Test Estimation Techniques
Test Estimation Techniques
The Estimate is prediction or a rough idea to determine how much effort would take to complete
a defined task. Here the effort could be time or cost. An estimate is a forecast or prediction and
approximate of what it would Cost. A rough idea how long a task would take to complete. An
estimate is especially an approximate computation of the probable cost of a piece of work.
Before starting one common question arises in the testers mind is that “Why do we
estimate?” The answer to this question is pretty simple, it is to avoid the exceeding timescales
and overshooting budgets for testing activities we estimate the task.
1) Delphi Technique
2) Work Breakdown Structure (WBS)
3) Three Point Estimation
4) Functional Point Method
1) Delphi Technique:
Delphi technique – This is one of the widely used software testing estimation technique.
Delphi Method is based on surveys and basically collects the information from participants who
are experts. In this estimation technique each task is assigned to each team member & over
multiple rounds surveys are conduct unless & until a final estimation of task is not finalized. In
each round the thought about task are gathered & feedback is provided. By using this method,
you can get quantitative and qualitative results.
In overall techniques this technique gives good confidence in the estimation. This technique can
be used with the combination of the other techniques.
A big project is made manageable by first breaking it down into individual components in a
hierarchical structure, known as the Work breakdown structure, or the WBS.
The WBS helps to project manager and the team to create the task scheduling, detailed cost
estimation of the project. By using the WBS motions, the project manager and team will have a
pretty good idea whether or not they’ve captured all the necessary tasks, based on the project
requirements, which are going to need to happen to get the job done.
In this technique the complex project is divided into smaller pieces. The modules are divided into
smaller sub-modules. Each sub-module is further divided into functionality. And each of the
functionality can be divided into sub-functionalities. After breakdown the work all functionality
should review to check whether each & every functionality is covered in the WBS.
Using this you can easily figure out what all task needs to completed & they are breakdown into
details task so estimation to details task would be more easily than estimating overall Complex
project at one shot.
Three point estimation is the estimation method is based on statistical data. It is very much
similar to WBS technique, tasks are broken down into subtasks & three types of estimation are
done on this sub pieces.
Optimistic Estimate (Best case scenario in which nothing goes wrong and all conditions are
optimal.) = A
Most Likely Estimate (most likely duration and there may be some problem but most of the
things will go right.) = M
Now a days, planning poker and Delphi estimates are most popular testing test estimation
techniques.
In this FP technique we have to give weightage to each functional point. Prior to start actual
estimating tasks functional points are divided into three groups like Complex, Medium & Simple.
Based on similar projects & Organization standards we have to define estimate per function
points.
Total Effort Estimate = Total Function Points * Estimate defined per Functional Point
Complex
5 5 25
Medium
3 20 60
Simple
1 35 35
There may be different other methods also which can be effectively used for the
project test estimation techniques, in this article we have seen most popular Software
Estimation Techniques used in project estimation. There can’t be a sole hard and fast rule for
estimating the testing effort for a project. It is recommended to add on to the possible
knowledge base of test estimation methods and estimation templates constantly revised based
upon new findings.