SlideShare a Scribd company logo
1 of 61
Test Estimation – Needs and
Practices
Agenda
• What is Estimation
• What to Estimate
• Why To Estimate
• Factors Affecting Test Estimation
• Test Estimation Techniques
What to Estimate?
• Resources: Resources are required to carry out any project tasks.
They can be people, equipment, facilities, funding, or anything else
capable of definition required for the completion of a project activity.
• Time : Time is the most valuable resource in a project. Every project
has a deadline to delivery.
• Human Skills : Human skills mean the knowledge and the experience
of the Team members. They affect to your estimation. For example, a
team, whose members have low testing skills, will take more time to
finish the project than the one which has high testing skills.
• Cost: Cost is the project budget. Generally speaking, it means how
much money it takes to finish the project.
Test Estimation Techniques
Work Break Down Structure
Work Break Down Structure
4 Step process to arrive at an estimate
Step1: Divide the whole project task into subtasks
• Task is a piece of work that has been given
to someone. To do this, you can use the
Work Breakdown Structure technique.
• In this technique, a complex project is
divided into modules. The modules are
divided into sub-modules. Each sub-
module is further divided into
functionality. It means divide the whole
project task into the smallest tasks.
Step 2) Allocate each task to team member
Step 3) Estimate the effort for tasks
• Function Point Method
• Three Point Estimation
Method 1) Function Point Method
• In this method, the Test Manager estimates Size, Duration and Cost
for the tasks
Step A) Estimate size for the task
• In Step 1, After you broken the whole project task into small task by
using WBS methodm, now estimate the size of those tasks.
• Let’s practice with a particular task “Create the test specification”
• The size of this task depends on the functional size of the system
under test.
• The functional size reflects the amount of functionality that is relevant to the
user.
• The more number of functionality, the more complex system is.
• Prior to start actual estimating tasks effort, functional points are
divided into three groups like Complex, Medium Simple as following:
Based on the complex of software functions, the Test Manger has to give weightage to
each functional point.
• Let’s take a simple example exercise to get clearer:
• A Banking website
• the software engineer have already described the software modules in detail,
• Now there is need to determine the complexity of website’s features by
giving the weightage for each modules
• More complex the function point, more is the effort to test it is.
• Let’s say the website is divided into 12 function points, you can determine the
complexity of each function points as follows-
STEP B) Estimate duration for the task
• After classifying the complexity of the function points, you have to
estimate the duration to test them. Duration means how much time needs
to finish the task.
• Total Effort: The effort to completely test all the functions of the website
• Total Function Points: Total modules of the website
• Estimate defined per Function Points: The average effort to complete one
function points.
• This value depends on the productivity of the member who will take in charge this
task.
• So the total effort to complete the task “Create the test specification” of the Bank website is
around 170 man-hours
• Once you understand the effort that is required, you can assign resources to determine how long
the task will take (duration), and then you can estimate labor and non-labor costs.
• Above example also shows the importance of the member in your team. If you have talented and
experienced members, you can finish the assigned task in the small time, and your project will
finish at the deadline or sooner.
STEP C) Estimate the cost for the tasks
• Suppose, on average your team salary is $5 per hour. The time
required for “Create Test Specs” task is 170 hours. Accordingly the
cost for the task is 5*170= $850.
• Now you can calculate budget for other activities in WBS and arrive at
overall budget for the project.
• As a project manager, you have to decide how to get the most return
for your company’s investment.
• The more accurate your estimate of project cost is, the better able
you will be to manage your project’s budget.
METHOD 2) Three Point Estimation
• The simplicity of the Three-point estimation makes it a very useful
tool for a Project Manager that who wants to estimate.
• This technique is applied to improve the accuracy of the estimates of
cost or duration.
• In three-point estimation, three values are produced initially for every
task based on prior experience or best-guesses as follows
• When estimating a task, the Test Manager needs to provide three values, as
specified above.
• The three values identified, estimate what happens in an optimal state, what
is the most likely, or what we think it would be the worst case scenario.
• For the task “Create the test specification”, can you estimate the test effort?
Remember that you have to cover all the modules of the Bank website as
done in Function Point Method
• You can estimate as following for the Previous example:
• The best case to complete this task is 120man-hours (around 15 days). In this case, you
have a talented team, they can finish the task in smallest time.
• The most likely case to complete this task is 170man-hours (around 21 days). This is a
normal case, you have enough resource and ability to complete the task
• The worst case to complete this task is 200man-hours (around 25 days). You need to
perform much more work because your team members are not experienced.
• Now, assign the value to each parameter as below
• The effort to complete the task can be calculated using double-triangular
distribution formula as follows-
• In the above formula, parameter E is known as Weighted Average. It is the
estimation of the task “Create the test specification”.
• In the above estimation, you just determine a possible and not a certain
value, we must know about the probability that the estimation is correct.
You can use the other formula:
• In above formula, the SD mean Standard Deviation, this value could
give you the information about the probability that the estimation is
correct.
• Now you can conclude the estimation for the task “Create the test
specification”
• To complete the task “Create the test specification” of the Bank
website, you need 166.6 ± 13.33 Man-hour (153.33 to 179.99 man-
hour)
Step 4) Validate the estimation
• Once you create an aggregate estimate for all the tasks mentioned in
the WBS, you need to forward it to the management board, who will
review and approve it.
% of Project Effort or Staffing
• Based on the premise that there is a predictable correlation between
development effort/time and test effort/time
• The preferred/“dictated” method of estimation in some organizations
• Sometimes associated with developer/tester ratios
• One method recognized by the ISTQB
Test Estimates Based on Development
Estimates
McConnell Developer to Tester Ratio
Test Estimation Sessions ― Wideband Delphi
Wideband Delphi
• Developed by Barry Boehm and John Farquhar in the 1970s*
Wideband Delphi
Sample Estimation Form — Wideband Delphi
Estimating Using Story Points ― Agile
• Story points are used for long term or release planning and tracking
• Point-estimated stories along with team velocity can be used to
provide rough release-level scheduling and project progress
• Since story points are relative size indicators, a two point story is
always twice as big as a one-point story
• Story points are used for long term or release planning and tracking
• Point-estimated stories along with team velocity can be used to
provide rough release-level scheduling and project progress
• Since story points are relative size indicators, a two point story is
always twice as big as a one-point story
Why Use Story Points?
• Cheaper
• Allow us to change our minds as new information becomes available
• Don’t take a lot of time
• Foster collaboration
• Consistent
• Provide credibility
• Can use Planning Poker Cards with story points
Planning Poker
• Based on the Wideband Delphi method espoused by Barry Boehm
and others in the 60s and 70s (and Boehm’s work was possibly based
on earlier works dating to the 40s)
• Most commonly used in agile software development
• A study published by the IEEE in April 2007 indicated that Planning
Poker achieved less optimistic and more accurate estimates than
those obtained through mechanical combinations of individual
estimates
Planning Poker Rules
• Form a group of no more than ten estimators and a moderator. The product owner is
usually present but cannot estimate
• Each participant gets a deck of cards. The decks frequently use a doubling sequence (½, 1,
2, 4, 8, 16, 32…) or the Fibonacci sequence (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144…) or a
“modified” Fibonacci sequence such as (0, 1, 2, 3, 5, 8, 13, 20, 40, 100)
• The moderator reads one user story at a time to the team
• The product owner answers questions about the story
• Each estimator privately selects a card from his or her deck
• representing their estimate of the “size” of the user story
• When everyone is ready, all of the cards are flipped over at the same time
• If there is a consensus, the results are recorded, and the team moves on to the next story
• If the estimates vary widely, the owners of the high and low estimates defend their
positions to the rest of the team
• The group briefly debates the arguments
• Repeat from step 5 until the estimates converge
• Repeat for all stories
• Those who actually could do the work are the ones who vote
• Managers don’t vote
• When there is a tie in the voting between two sizes that are consecutive, just pick the
larger size and move on
• Stop implementation discussions before they go too deep
• Use an “I need a break” card
• Use a timer to limit discussions
• If consensus cannot be reached by the end of the third round of voting, pick the largest
size and move on
• Have the person creating the user stories meet with QA and Development leads prior to
playing poker to answer the most obvious questions
• Remember the baseline
• Have fun!
T-Shirt Sizing
• An estimation technique, usually used in agile projects, that uses relative
sizing based upon a limited number of values (e.g., tshirt sizes): S, M, L, XL
• Steps:
• Make S, M, L, XL cards
• Stories are read one at a time
• Each developer gives each story a t-shirt size
• All developers raise their cards simultaneously
• Discuss differences
• Go back to step 3
• Compile the stories into size buckets
• Estimate the time to complete a S, M, L,XL
Hadden’s Size/Complexity Technique
Sample Estimate
Karl Wiegers’s Estimation Safety Tips
• A goal is not an estimate
• The estimate you produce should be unrelated to what you think the
requester wants to hear
• The correct answer to any request for an estimate is “Let me get back to
you on that”
• Avoid giving single point estimates
• Incorporate contingency buffers into estimates
• Estimates don’t have to be perfect
• Estimates are just estimates
• They will change/constantly as you re-estimate
• Remember planning risks and contingencies
Test estimation best practices
• Add some buffer time: Many unpredictable things may happen to your project, such as a talented
team member quits his job suddenly, the testing takes more time than estimated to complete…
etc. That why you need include some buffer in your estimation. Having a buffer in the estimation
enables to cope for any delays that may occur.
• Account Resource planning in estimation: What should you do if some members in your team
take long leaves? It may delay the project. Resource planning in estimation plays a key role. The
availability of resources will help to make sure that the estimations are realistic. Here you have to
consider the leaves for your team member, generally long leaves.
• Use the past experienceas reference: Experiences from past projects play a vital role while
preparing the time estimates. Because some project may be some similarity, you can reuse the
past estimation. For example, if you use to do a project like testing a website, you can learn from
that experience, try to avoid all the difficulties or issues that were faced in past projects.
• Stick to your estimation: Estimation is just estimate because it may go wrong.In early stages of
the project, you should frequently re-check the test estimations and make modification if
needed. We should not extend the estimation after we fix it, unless there are major changes in
requirement, or you have to negotiate with customer about the re-estimation
Thank You!!

More Related Content

What's hot

'A critique of testing' UK TMF forum January 2015
'A critique of testing' UK TMF forum January 2015 'A critique of testing' UK TMF forum January 2015
'A critique of testing' UK TMF forum January 2015 Georgina Tilby
 
[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story points[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story pointsScrum Breakfast Vietnam
 
Bottom-up time estimations techiques
Bottom-up time estimations techiquesBottom-up time estimations techiques
Bottom-up time estimations techiquesJ. Scott Christianson
 
Agile Estimation for Fixed Price Model
Agile Estimation for Fixed Price ModelAgile Estimation for Fixed Price Model
Agile Estimation for Fixed Price Modeljayanth72
 
Agile estimating 12112013 - Agile KC Dec 2013
Agile estimating 12112013 - Agile KC Dec 2013Agile estimating 12112013 - Agile KC Dec 2013
Agile estimating 12112013 - Agile KC Dec 2013molsonkc
 
Agile Estimating & Planning by Amaad Qureshi
Agile Estimating & Planning by Amaad QureshiAgile Estimating & Planning by Amaad Qureshi
Agile Estimating & Planning by Amaad QureshiAmaad Qureshi
 
Story Points Estimation And Planning Poker
Story Points Estimation And Planning PokerStory Points Estimation And Planning Poker
Story Points Estimation And Planning PokerDaniel Toader
 
AgileChina 2015: Agile Estimation Workshop
AgileChina 2015: Agile Estimation WorkshopAgileChina 2015: Agile Estimation Workshop
AgileChina 2015: Agile Estimation WorkshopStephen Vance
 
story points v2
story points v2story points v2
story points v2Jane Yip
 
An introduction to agile estimation and release planning
An introduction to agile estimation and release planningAn introduction to agile estimation and release planning
An introduction to agile estimation and release planningJames Whitehead
 
Estimation Agile Projects
Estimation Agile ProjectsEstimation Agile Projects
Estimation Agile ProjectsRam Srivastava
 
3 pm3 t_2%20-%20activity%20duration%20estimating
3 pm3 t_2%20-%20activity%20duration%20estimating3 pm3 t_2%20-%20activity%20duration%20estimating
3 pm3 t_2%20-%20activity%20duration%20estimatingharwoodr
 
ATD15: Agile WoW- Shipra Aggarwal
ATD15: Agile WoW- Shipra AggarwalATD15: Agile WoW- Shipra Aggarwal
ATD15: Agile WoW- Shipra AggarwalMadhur Kathuria
 
Dynamic test plans
Dynamic test plansDynamic test plans
Dynamic test plansJohan Hoberg
 

What's hot (20)

'A critique of testing' UK TMF forum January 2015
'A critique of testing' UK TMF forum January 2015 'A critique of testing' UK TMF forum January 2015
'A critique of testing' UK TMF forum January 2015
 
[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story points[HCM Scrum Breakfast] Agile estimation - Story points
[HCM Scrum Breakfast] Agile estimation - Story points
 
Bottom-up time estimations techiques
Bottom-up time estimations techiquesBottom-up time estimations techiques
Bottom-up time estimations techiques
 
Agile Projects | Rapid Estimation | Techniques | Tips
Agile Projects | Rapid Estimation | Techniques | TipsAgile Projects | Rapid Estimation | Techniques | Tips
Agile Projects | Rapid Estimation | Techniques | Tips
 
Agile Scrum Estimation
Agile   Scrum EstimationAgile   Scrum Estimation
Agile Scrum Estimation
 
Agile Estimation for Fixed Price Model
Agile Estimation for Fixed Price ModelAgile Estimation for Fixed Price Model
Agile Estimation for Fixed Price Model
 
Agile estimating 12112013 - Agile KC Dec 2013
Agile estimating 12112013 - Agile KC Dec 2013Agile estimating 12112013 - Agile KC Dec 2013
Agile estimating 12112013 - Agile KC Dec 2013
 
Agile Estimating & Planning by Amaad Qureshi
Agile Estimating & Planning by Amaad QureshiAgile Estimating & Planning by Amaad Qureshi
Agile Estimating & Planning by Amaad Qureshi
 
Estimation
EstimationEstimation
Estimation
 
Estimating
EstimatingEstimating
Estimating
 
Agile estimation
Agile estimationAgile estimation
Agile estimation
 
Story Points Estimation And Planning Poker
Story Points Estimation And Planning PokerStory Points Estimation And Planning Poker
Story Points Estimation And Planning Poker
 
AgileChina 2015: Agile Estimation Workshop
AgileChina 2015: Agile Estimation WorkshopAgileChina 2015: Agile Estimation Workshop
AgileChina 2015: Agile Estimation Workshop
 
story points v2
story points v2story points v2
story points v2
 
An introduction to agile estimation and release planning
An introduction to agile estimation and release planningAn introduction to agile estimation and release planning
An introduction to agile estimation and release planning
 
SCRUM Estimation
SCRUM EstimationSCRUM Estimation
SCRUM Estimation
 
Estimation Agile Projects
Estimation Agile ProjectsEstimation Agile Projects
Estimation Agile Projects
 
3 pm3 t_2%20-%20activity%20duration%20estimating
3 pm3 t_2%20-%20activity%20duration%20estimating3 pm3 t_2%20-%20activity%20duration%20estimating
3 pm3 t_2%20-%20activity%20duration%20estimating
 
ATD15: Agile WoW- Shipra Aggarwal
ATD15: Agile WoW- Shipra AggarwalATD15: Agile WoW- Shipra Aggarwal
ATD15: Agile WoW- Shipra Aggarwal
 
Dynamic test plans
Dynamic test plansDynamic test plans
Dynamic test plans
 

Similar to Test Estimation Techniques and Factors

DELPHI METHOD (COST ESTIMATION MODELT)
DELPHI METHOD (COST ESTIMATION MODELT)DELPHI METHOD (COST ESTIMATION MODELT)
DELPHI METHOD (COST ESTIMATION MODELT)Arsalan Ghaffar
 
Wbs, estimation and scheduling
Wbs, estimation and schedulingWbs, estimation and scheduling
Wbs, estimation and schedulingSulman Ahmed
 
Release planning using feature points
Release planning using feature pointsRelease planning using feature points
Release planning using feature pointsMadhur Kathuria
 
Classical Approaches in Test Estimation
Classical Approaches in Test EstimationClassical Approaches in Test Estimation
Classical Approaches in Test EstimationGlobalLogic Ukraine
 
Untangling Agile Estimation - PMI Houston 2019 Symposium
Untangling Agile Estimation - PMI Houston 2019 SymposiumUntangling Agile Estimation - PMI Houston 2019 Symposium
Untangling Agile Estimation - PMI Houston 2019 SymposiumJami Anderson
 
Cost and time estimation methods pros and cons
Cost and time estimation methods pros and consCost and time estimation methods pros and cons
Cost and time estimation methods pros and consPragnendra Rahevar
 
Project management master class karin rheeder
Project management master class   karin rheederProject management master class   karin rheeder
Project management master class karin rheederKarin Rheeder
 
Agile Estimating and Planning
Agile Estimating and PlanningAgile Estimating and Planning
Agile Estimating and PlanningMojammel Haque
 
7. (lecture 5) Project scheduling..ppt
7. (lecture 5) Project scheduling..ppt7. (lecture 5) Project scheduling..ppt
7. (lecture 5) Project scheduling..pptPedadaSaikumar
 
Agile.pptx
Agile.pptxAgile.pptx
Agile.pptxRafeeq T
 
ITFT - Project planning
ITFT  -    Project planningITFT  -    Project planning
ITFT - Project planningShruti Kunwar
 

Similar to Test Estimation Techniques and Factors (20)

DELPHI METHOD (COST ESTIMATION MODELT)
DELPHI METHOD (COST ESTIMATION MODELT)DELPHI METHOD (COST ESTIMATION MODELT)
DELPHI METHOD (COST ESTIMATION MODELT)
 
Wbs
WbsWbs
Wbs
 
Wbs, estimation and scheduling
Wbs, estimation and schedulingWbs, estimation and scheduling
Wbs, estimation and scheduling
 
Release planning using feature points
Release planning using feature pointsRelease planning using feature points
Release planning using feature points
 
Madhur Kathuria Release planning using feature points
Madhur Kathuria Release planning using feature pointsMadhur Kathuria Release planning using feature points
Madhur Kathuria Release planning using feature points
 
Classical Approaches in Test Estimation
Classical Approaches in Test EstimationClassical Approaches in Test Estimation
Classical Approaches in Test Estimation
 
Untangling Agile Estimation - PMI Houston 2019 Symposium
Untangling Agile Estimation - PMI Houston 2019 SymposiumUntangling Agile Estimation - PMI Houston 2019 Symposium
Untangling Agile Estimation - PMI Houston 2019 Symposium
 
Cost and time estimation methods pros and cons
Cost and time estimation methods pros and consCost and time estimation methods pros and cons
Cost and time estimation methods pros and cons
 
5. PMP Training - Time management
5. PMP Training - Time management5. PMP Training - Time management
5. PMP Training - Time management
 
Project management master class karin rheeder
Project management master class   karin rheederProject management master class   karin rheeder
Project management master class karin rheeder
 
Painful Test Estimation
Painful Test EstimationPainful Test Estimation
Painful Test Estimation
 
1587310189-week6.pptx
1587310189-week6.pptx1587310189-week6.pptx
1587310189-week6.pptx
 
The Art of Project Estimation
The Art of Project EstimationThe Art of Project Estimation
The Art of Project Estimation
 
Project Scheduling
Project SchedulingProject Scheduling
Project Scheduling
 
SCRUM Intro
SCRUM IntroSCRUM Intro
SCRUM Intro
 
Agile Estimating and Planning
Agile Estimating and PlanningAgile Estimating and Planning
Agile Estimating and Planning
 
7. (lecture 5) Project scheduling..ppt
7. (lecture 5) Project scheduling..ppt7. (lecture 5) Project scheduling..ppt
7. (lecture 5) Project scheduling..ppt
 
Agile.pptx
Agile.pptxAgile.pptx
Agile.pptx
 
Story of user story
Story of user storyStory of user story
Story of user story
 
ITFT - Project planning
ITFT  -    Project planningITFT  -    Project planning
ITFT - Project planning
 

Recently uploaded

Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsThierry TROUIN ☁
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Roomdivyansh0kumar0
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewingbigorange77
 
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...akbard9823
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts servicesonalikaur4
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一3sw2qly1
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfMilind Agarwal
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 

Recently uploaded (20)

Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls KolkataLow Rate Call Girls Kolkata Avani 🤌  8250192130 🚀 Vip Call Girls Kolkata
Low Rate Call Girls Kolkata Avani 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
AlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with FlowsAlbaniaDreamin24 - How to easily use an API with Flows
AlbaniaDreamin24 - How to easily use an API with Flows
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130  Available With RoomVIP Kolkata Call Girl Alambazar 👉 8250192130  Available With Room
VIP Kolkata Call Girl Alambazar 👉 8250192130 Available With Room
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
Denver Web Design brochure for public viewing
Denver Web Design brochure for public viewingDenver Web Design brochure for public viewing
Denver Web Design brochure for public viewing
 
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
Sushant Golf City / best call girls in Lucknow | Service-oriented sexy call g...
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Porur Phone 🍆 8250192130 👅 celebrity escorts service
 
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
定制(CC毕业证书)美国美国社区大学毕业证成绩单原版一比一
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls KolkataRussian Call Girls in Kolkata Samaira 🤌  8250192130 🚀 Vip Call Girls Kolkata
Russian Call Girls in Kolkata Samaira 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Uttam Nagar Delhi 💯Call Us 🔝8264348440🔝
 
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdfThe Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
The Intriguing World of CDR Analysis by Police: What You Need to Know.pdf
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 

Test Estimation Techniques and Factors

  • 1. Test Estimation – Needs and Practices
  • 2. Agenda • What is Estimation • What to Estimate • Why To Estimate • Factors Affecting Test Estimation • Test Estimation Techniques
  • 3.
  • 5. • Resources: Resources are required to carry out any project tasks. They can be people, equipment, facilities, funding, or anything else capable of definition required for the completion of a project activity. • Time : Time is the most valuable resource in a project. Every project has a deadline to delivery. • Human Skills : Human skills mean the knowledge and the experience of the Team members. They affect to your estimation. For example, a team, whose members have low testing skills, will take more time to finish the project than the one which has high testing skills. • Cost: Cost is the project budget. Generally speaking, it means how much money it takes to finish the project.
  • 6.
  • 7.
  • 8.
  • 9.
  • 11.
  • 12.
  • 13. Work Break Down Structure
  • 14. Work Break Down Structure
  • 15.
  • 16. 4 Step process to arrive at an estimate
  • 17. Step1: Divide the whole project task into subtasks • Task is a piece of work that has been given to someone. To do this, you can use the Work Breakdown Structure technique. • In this technique, a complex project is divided into modules. The modules are divided into sub-modules. Each sub- module is further divided into functionality. It means divide the whole project task into the smallest tasks.
  • 18.
  • 19.
  • 20. Step 2) Allocate each task to team member
  • 21. Step 3) Estimate the effort for tasks • Function Point Method • Three Point Estimation
  • 22. Method 1) Function Point Method • In this method, the Test Manager estimates Size, Duration and Cost for the tasks
  • 23. Step A) Estimate size for the task • In Step 1, After you broken the whole project task into small task by using WBS methodm, now estimate the size of those tasks. • Let’s practice with a particular task “Create the test specification” • The size of this task depends on the functional size of the system under test. • The functional size reflects the amount of functionality that is relevant to the user. • The more number of functionality, the more complex system is. • Prior to start actual estimating tasks effort, functional points are divided into three groups like Complex, Medium Simple as following:
  • 24. Based on the complex of software functions, the Test Manger has to give weightage to each functional point.
  • 25. • Let’s take a simple example exercise to get clearer: • A Banking website • the software engineer have already described the software modules in detail, • Now there is need to determine the complexity of website’s features by giving the weightage for each modules • More complex the function point, more is the effort to test it is. • Let’s say the website is divided into 12 function points, you can determine the complexity of each function points as follows-
  • 26.
  • 27.
  • 28.
  • 29. STEP B) Estimate duration for the task • After classifying the complexity of the function points, you have to estimate the duration to test them. Duration means how much time needs to finish the task. • Total Effort: The effort to completely test all the functions of the website • Total Function Points: Total modules of the website • Estimate defined per Function Points: The average effort to complete one function points. • This value depends on the productivity of the member who will take in charge this task.
  • 30. • So the total effort to complete the task “Create the test specification” of the Bank website is around 170 man-hours • Once you understand the effort that is required, you can assign resources to determine how long the task will take (duration), and then you can estimate labor and non-labor costs. • Above example also shows the importance of the member in your team. If you have talented and experienced members, you can finish the assigned task in the small time, and your project will finish at the deadline or sooner.
  • 31. STEP C) Estimate the cost for the tasks • Suppose, on average your team salary is $5 per hour. The time required for “Create Test Specs” task is 170 hours. Accordingly the cost for the task is 5*170= $850. • Now you can calculate budget for other activities in WBS and arrive at overall budget for the project. • As a project manager, you have to decide how to get the most return for your company’s investment. • The more accurate your estimate of project cost is, the better able you will be to manage your project’s budget.
  • 32. METHOD 2) Three Point Estimation • The simplicity of the Three-point estimation makes it a very useful tool for a Project Manager that who wants to estimate. • This technique is applied to improve the accuracy of the estimates of cost or duration. • In three-point estimation, three values are produced initially for every task based on prior experience or best-guesses as follows
  • 33. • When estimating a task, the Test Manager needs to provide three values, as specified above. • The three values identified, estimate what happens in an optimal state, what is the most likely, or what we think it would be the worst case scenario. • For the task “Create the test specification”, can you estimate the test effort? Remember that you have to cover all the modules of the Bank website as done in Function Point Method • You can estimate as following for the Previous example: • The best case to complete this task is 120man-hours (around 15 days). In this case, you have a talented team, they can finish the task in smallest time. • The most likely case to complete this task is 170man-hours (around 21 days). This is a normal case, you have enough resource and ability to complete the task • The worst case to complete this task is 200man-hours (around 25 days). You need to perform much more work because your team members are not experienced.
  • 34. • Now, assign the value to each parameter as below • The effort to complete the task can be calculated using double-triangular distribution formula as follows- • In the above formula, parameter E is known as Weighted Average. It is the estimation of the task “Create the test specification”. • In the above estimation, you just determine a possible and not a certain value, we must know about the probability that the estimation is correct. You can use the other formula:
  • 35. • In above formula, the SD mean Standard Deviation, this value could give you the information about the probability that the estimation is correct. • Now you can conclude the estimation for the task “Create the test specification” • To complete the task “Create the test specification” of the Bank website, you need 166.6 ± 13.33 Man-hour (153.33 to 179.99 man- hour)
  • 36. Step 4) Validate the estimation • Once you create an aggregate estimate for all the tasks mentioned in the WBS, you need to forward it to the management board, who will review and approve it.
  • 37. % of Project Effort or Staffing • Based on the premise that there is a predictable correlation between development effort/time and test effort/time • The preferred/“dictated” method of estimation in some organizations • Sometimes associated with developer/tester ratios • One method recognized by the ISTQB
  • 38.
  • 39. Test Estimates Based on Development Estimates
  • 40.
  • 41. McConnell Developer to Tester Ratio
  • 42. Test Estimation Sessions ― Wideband Delphi
  • 43. Wideband Delphi • Developed by Barry Boehm and John Farquhar in the 1970s*
  • 45.
  • 46. Sample Estimation Form — Wideband Delphi
  • 47. Estimating Using Story Points ― Agile • Story points are used for long term or release planning and tracking • Point-estimated stories along with team velocity can be used to provide rough release-level scheduling and project progress • Since story points are relative size indicators, a two point story is always twice as big as a one-point story
  • 48.
  • 49. • Story points are used for long term or release planning and tracking • Point-estimated stories along with team velocity can be used to provide rough release-level scheduling and project progress • Since story points are relative size indicators, a two point story is always twice as big as a one-point story
  • 50. Why Use Story Points? • Cheaper • Allow us to change our minds as new information becomes available • Don’t take a lot of time • Foster collaboration • Consistent • Provide credibility • Can use Planning Poker Cards with story points
  • 52. • Based on the Wideband Delphi method espoused by Barry Boehm and others in the 60s and 70s (and Boehm’s work was possibly based on earlier works dating to the 40s) • Most commonly used in agile software development • A study published by the IEEE in April 2007 indicated that Planning Poker achieved less optimistic and more accurate estimates than those obtained through mechanical combinations of individual estimates
  • 53. Planning Poker Rules • Form a group of no more than ten estimators and a moderator. The product owner is usually present but cannot estimate • Each participant gets a deck of cards. The decks frequently use a doubling sequence (½, 1, 2, 4, 8, 16, 32…) or the Fibonacci sequence (1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144…) or a “modified” Fibonacci sequence such as (0, 1, 2, 3, 5, 8, 13, 20, 40, 100) • The moderator reads one user story at a time to the team • The product owner answers questions about the story • Each estimator privately selects a card from his or her deck • representing their estimate of the “size” of the user story • When everyone is ready, all of the cards are flipped over at the same time • If there is a consensus, the results are recorded, and the team moves on to the next story • If the estimates vary widely, the owners of the high and low estimates defend their positions to the rest of the team
  • 54. • The group briefly debates the arguments • Repeat from step 5 until the estimates converge • Repeat for all stories
  • 55. • Those who actually could do the work are the ones who vote • Managers don’t vote • When there is a tie in the voting between two sizes that are consecutive, just pick the larger size and move on • Stop implementation discussions before they go too deep • Use an “I need a break” card • Use a timer to limit discussions • If consensus cannot be reached by the end of the third round of voting, pick the largest size and move on • Have the person creating the user stories meet with QA and Development leads prior to playing poker to answer the most obvious questions • Remember the baseline • Have fun!
  • 56. T-Shirt Sizing • An estimation technique, usually used in agile projects, that uses relative sizing based upon a limited number of values (e.g., tshirt sizes): S, M, L, XL • Steps: • Make S, M, L, XL cards • Stories are read one at a time • Each developer gives each story a t-shirt size • All developers raise their cards simultaneously • Discuss differences • Go back to step 3 • Compile the stories into size buckets • Estimate the time to complete a S, M, L,XL
  • 59. Karl Wiegers’s Estimation Safety Tips • A goal is not an estimate • The estimate you produce should be unrelated to what you think the requester wants to hear • The correct answer to any request for an estimate is “Let me get back to you on that” • Avoid giving single point estimates • Incorporate contingency buffers into estimates • Estimates don’t have to be perfect • Estimates are just estimates • They will change/constantly as you re-estimate • Remember planning risks and contingencies
  • 60. Test estimation best practices • Add some buffer time: Many unpredictable things may happen to your project, such as a talented team member quits his job suddenly, the testing takes more time than estimated to complete… etc. That why you need include some buffer in your estimation. Having a buffer in the estimation enables to cope for any delays that may occur. • Account Resource planning in estimation: What should you do if some members in your team take long leaves? It may delay the project. Resource planning in estimation plays a key role. The availability of resources will help to make sure that the estimations are realistic. Here you have to consider the leaves for your team member, generally long leaves. • Use the past experienceas reference: Experiences from past projects play a vital role while preparing the time estimates. Because some project may be some similarity, you can reuse the past estimation. For example, if you use to do a project like testing a website, you can learn from that experience, try to avoid all the difficulties or issues that were faced in past projects. • Stick to your estimation: Estimation is just estimate because it may go wrong.In early stages of the project, you should frequently re-check the test estimations and make modification if needed. We should not extend the estimation after we fix it, unless there are major changes in requirement, or you have to negotiate with customer about the re-estimation