SlideShare una empresa de Scribd logo
1 de 5
Descargar para leer sin conexión
Agenda: Proposing Bricked Estimation Method



Problem: There are plenty of estimation model available in Software
industry. Many times we don’t have clarity on estimation because of
complexity and we end up using assumption based estimation, which
does not work always. We need a road map to follow.



Solution: Simple and easy to understand, using combination of vast
techniques to cover Software Development and Testing estimations.




Software Development and Testing Estimation based on Bricked
Estimation Method.

     By: Ananda Pramanik, Bangalore, India
Introduction:
Management is an art likewise Estimation is also an intelligent art frilled with mathematics.
Estimation is done on Time and Cost. Often we start estimation without knowing the
requirement specially in case of bidding phase and we land up with either wrong budget or
effort. Very essential element of estimation is to correctly understand primary requirements
before you intend to bid. Then work on estimation factors to arrive to a direction map.

        There are many estimation models available in IT industry even some for software
development or some specific to software testing. This paper is focusing on Bricked Estimation
Method that’s scale the project/service or work package. As with any other estimating exercise,
there is no "correct" answer. The sample solution presents Bricked Estimate Method based on
one interpretation of the requirements and some reasonable estimating assumptions.

        It is pre-requisite to have some understanding of (WBS) Work Breakdown Structure,
(FPA) Functional Point Analysis and SDLC (Software Development Life Cycle) before
implementing below method. Proposed method stands on WBS, FPA and use of weighting
factors, this drives through first development estimation then sets testing estimation. Don’t
worry; I have used small examples to explain my points. Proposed estimation drives through
Development and testing estimation using simple example as explained below.

        Once the requirement is received in bundle, try to break those requirements in related
individual components or module wise structure by identifying the major functional
deliverables and further subdividing those deliverables into smaller functions.

For Example: We need to provide estimation of effort on below project:

       There is an electric billing system available where residents can add or modify their
       address details. Residents can also add and modify meter details but not meter reading
       details. Electric Supply Company can search and view those records in their billing
       system.
       Here we need to work on first –

        Modules              Sub level 1              Sub level 2
        Biller
                              Resident details        add details
                                                      modify details
        Company               Search                  Search function
       Table: 1
Functional Requirements was the original objective behind the development of function points.
It has been successfully used to evaluate size which can be derived from Function Points. Each
Functional Point can fall in any one or more of parameter - Input types, Output types, Query
types, Logical File types and External interface types. Then segregating function points as
adjustable and non adjustable parameters.

I have used below weighting factors:

                                 Simple                Average               Complex
          Input                                    3                    4                  6
          Output                                   4                    5                  7
          Query                                    3                    4                  6
          No. of logical files                     5                    8                 10
          External interfaces                      5                    7                  9
       Table: 2

       Unadjustable functional points –

          Sub level 1 from WBS      Functional Point Analysis for Development
          Residential Details                              Simple     Average         Complex
                                    Input                          2        1               0
                                    Output                         0        2               0
                                    Query                          3        0               1
                                    No. of logical files           1        0               0
                                    External interfaces            0        0               0

          Search                                           Simple           Average   Complex
                                    Input                           3             0         0
                                    Output                          2             0         0
                                    Query                           1             1         0
                                    No. of logical files            1             0         0
                                    External interfaces             0             0         0

          Sum of above                                     Simple           Average   Complex
                                    Input                       15                4         0
                                    Output                        8              10         0
                                    Query                       12                4         6
                                    No. of logical files        10                0         0
                                    External interfaces           0               0         0

                                    Sum                          45             18          6

          Total                     69 Unadjustable functional points
       Table: 3

       Adjustable functional points –
Complex internal processing                          3
               Code reusability                                     1
               High performance                                     1
               Multiple sites                                       2
               Distributed process                                  0

               Total                                                7
        Table: 4

        Adjustable FP     = Unadjustable FP * [0.65 + Adjustable FP * 0.01]
                          = 69 * [0.65 + 7 * 0.01]
                          = 69 * [0.72]
                          = 49.68
                          = 49.7(round off) functional points

        Assumption: 21 FPs can be handled by a developer in a month.

        i.e.       49.7 / 21 = 2.36
                             = 2.4 man months required to handle 49.7 functional points.

Interpretation: From above example typically one resource can work on design, code, review, unit test
and execute in 2.4 months. 2.4 months equals 48 days so if more resources are involved then in short
time frame the above work can be delivered. E.g. 3 resources can complete above task in 16 working
days. In respect of dependent or non dependent task in parallel can minimize the number of days.

Now, we will work on Testing Estimation. Below values for simple, average and complex are based on
number of possible probability of test can be drawn, review and execute in 3 to 5 days of fashion for
each functional point. Sometime 2 FPs can take less time and sometime 1FP can take more time but on
an average table: 5 values will satisfy and fit most of the conditions. Hence we will treat below table as
weighting factor for testing estimation. So we will multiple below mentioned values in table: 5 for each
function point under respective category. I have continued above example to illustrate my views.

           Simple                   Average              Complex
                                3                    4                      5
        Table: 5

        Therefore, after calculating functional points from Table: 3 and multiplying values from
        table: 5

          Sum of all FPs                                 Simple         Average   Complex
                              Input                           15              4         0
                              Output                            6             8         0
                              Query                           12              4         5
                              No. of logical files              6             0         0
                              External interfaces               0             0         0
Sum                         39         16          5

         Total               60 Unadjustable functional points
       Table: 6

       Unadjustable functional points for testing are 60.

       Adjustable functional points for testing –

          Complex Test Data Setup                        2
          Generic test cases                             1
          Dynamic Test                                   1
          Multiple Environments                          2

          Total                                          6
       Table: 7

       Adjustable FP = Unadjustable FP * [0.65 + Adjustable FP * 0.01]
                     = 60 * [0.65 + 6 * 0.01]
                     = 60 * [0.71]
                     = 42.6

       Assumption: 23 FPs can be handled by a tester in a month.

       i.e.       42.6 / 23 = 1.85
                            = 1.9 man months required to handle 42.6 functional points.

Interpretation: From above example typically one resource can work on test design/test case writing,
review, execution with 3 rounds of retesting cycles and delivered in 1.9 months. 1.9 months equals 38
days so if more resources get involved then in short time frame the above work can be delivered. E.g. 2
resources can complete above task in 19 working days. In respect of dependent or non dependent task
in parallel can minimize the number of days.

Apart from estimating through above method, it is also advisable to keep 25% more from above
estimation for studying, planning and releasing activities and 20% extra as contingency. Overall method
will provide only effort estimation which is just one element of the other few elements of complete
estimation for bidding.

Más contenido relacionado

Último

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 

Último (20)

Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 

Destacado

Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 

Destacado (20)

Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 

White Paper- Bricked Estimation Method

  • 1. Agenda: Proposing Bricked Estimation Method Problem: There are plenty of estimation model available in Software industry. Many times we don’t have clarity on estimation because of complexity and we end up using assumption based estimation, which does not work always. We need a road map to follow. Solution: Simple and easy to understand, using combination of vast techniques to cover Software Development and Testing estimations. Software Development and Testing Estimation based on Bricked Estimation Method. By: Ananda Pramanik, Bangalore, India
  • 2. Introduction: Management is an art likewise Estimation is also an intelligent art frilled with mathematics. Estimation is done on Time and Cost. Often we start estimation without knowing the requirement specially in case of bidding phase and we land up with either wrong budget or effort. Very essential element of estimation is to correctly understand primary requirements before you intend to bid. Then work on estimation factors to arrive to a direction map. There are many estimation models available in IT industry even some for software development or some specific to software testing. This paper is focusing on Bricked Estimation Method that’s scale the project/service or work package. As with any other estimating exercise, there is no "correct" answer. The sample solution presents Bricked Estimate Method based on one interpretation of the requirements and some reasonable estimating assumptions. It is pre-requisite to have some understanding of (WBS) Work Breakdown Structure, (FPA) Functional Point Analysis and SDLC (Software Development Life Cycle) before implementing below method. Proposed method stands on WBS, FPA and use of weighting factors, this drives through first development estimation then sets testing estimation. Don’t worry; I have used small examples to explain my points. Proposed estimation drives through Development and testing estimation using simple example as explained below. Once the requirement is received in bundle, try to break those requirements in related individual components or module wise structure by identifying the major functional deliverables and further subdividing those deliverables into smaller functions. For Example: We need to provide estimation of effort on below project: There is an electric billing system available where residents can add or modify their address details. Residents can also add and modify meter details but not meter reading details. Electric Supply Company can search and view those records in their billing system. Here we need to work on first – Modules Sub level 1 Sub level 2 Biller Resident details add details modify details Company Search Search function Table: 1
  • 3. Functional Requirements was the original objective behind the development of function points. It has been successfully used to evaluate size which can be derived from Function Points. Each Functional Point can fall in any one or more of parameter - Input types, Output types, Query types, Logical File types and External interface types. Then segregating function points as adjustable and non adjustable parameters. I have used below weighting factors: Simple Average Complex Input 3 4 6 Output 4 5 7 Query 3 4 6 No. of logical files 5 8 10 External interfaces 5 7 9 Table: 2 Unadjustable functional points – Sub level 1 from WBS Functional Point Analysis for Development Residential Details Simple Average Complex Input 2 1 0 Output 0 2 0 Query 3 0 1 No. of logical files 1 0 0 External interfaces 0 0 0 Search Simple Average Complex Input 3 0 0 Output 2 0 0 Query 1 1 0 No. of logical files 1 0 0 External interfaces 0 0 0 Sum of above Simple Average Complex Input 15 4 0 Output 8 10 0 Query 12 4 6 No. of logical files 10 0 0 External interfaces 0 0 0 Sum 45 18 6 Total 69 Unadjustable functional points Table: 3 Adjustable functional points –
  • 4. Complex internal processing 3 Code reusability 1 High performance 1 Multiple sites 2 Distributed process 0 Total 7 Table: 4 Adjustable FP = Unadjustable FP * [0.65 + Adjustable FP * 0.01] = 69 * [0.65 + 7 * 0.01] = 69 * [0.72] = 49.68 = 49.7(round off) functional points Assumption: 21 FPs can be handled by a developer in a month. i.e. 49.7 / 21 = 2.36 = 2.4 man months required to handle 49.7 functional points. Interpretation: From above example typically one resource can work on design, code, review, unit test and execute in 2.4 months. 2.4 months equals 48 days so if more resources are involved then in short time frame the above work can be delivered. E.g. 3 resources can complete above task in 16 working days. In respect of dependent or non dependent task in parallel can minimize the number of days. Now, we will work on Testing Estimation. Below values for simple, average and complex are based on number of possible probability of test can be drawn, review and execute in 3 to 5 days of fashion for each functional point. Sometime 2 FPs can take less time and sometime 1FP can take more time but on an average table: 5 values will satisfy and fit most of the conditions. Hence we will treat below table as weighting factor for testing estimation. So we will multiple below mentioned values in table: 5 for each function point under respective category. I have continued above example to illustrate my views. Simple Average Complex 3 4 5 Table: 5 Therefore, after calculating functional points from Table: 3 and multiplying values from table: 5 Sum of all FPs Simple Average Complex Input 15 4 0 Output 6 8 0 Query 12 4 5 No. of logical files 6 0 0 External interfaces 0 0 0
  • 5. Sum 39 16 5 Total 60 Unadjustable functional points Table: 6 Unadjustable functional points for testing are 60. Adjustable functional points for testing – Complex Test Data Setup 2 Generic test cases 1 Dynamic Test 1 Multiple Environments 2 Total 6 Table: 7 Adjustable FP = Unadjustable FP * [0.65 + Adjustable FP * 0.01] = 60 * [0.65 + 6 * 0.01] = 60 * [0.71] = 42.6 Assumption: 23 FPs can be handled by a tester in a month. i.e. 42.6 / 23 = 1.85 = 1.9 man months required to handle 42.6 functional points. Interpretation: From above example typically one resource can work on test design/test case writing, review, execution with 3 rounds of retesting cycles and delivered in 1.9 months. 1.9 months equals 38 days so if more resources get involved then in short time frame the above work can be delivered. E.g. 2 resources can complete above task in 19 working days. In respect of dependent or non dependent task in parallel can minimize the number of days. Apart from estimating through above method, it is also advisable to keep 25% more from above estimation for studying, planning and releasing activities and 20% extra as contingency. Overall method will provide only effort estimation which is just one element of the other few elements of complete estimation for bidding.