Software Estimation – Art or Science? – Part 2

In the previous post, we looked into different aspects of software estimation,

  • Types of Estimation
  • Estimation Process
  • Common Pitfalls
  • Role of estimation tool and how it can benefit organization in long run

We will continue from there, and in this post we will look into benefits of capturing organization’s historical data and type of analytics you can do over that historical data, that will help you take informed decisions quickly and with confidence.

First and foremost benefit of capturing historical data – so that you can compare your estimate with your historical data. People will argue that each project is different and so each estimation is different. But that doesn’t mean you can’t compare. Estimation starts with breaking down scenarios into smaller requirements and then estimating it either through top-down or bottom-up approaches. Within estimation, lot of other environmental and technical factors also play a role, and these vary based on company/team structure, organizational capability, and others. So comparing estimates is not just about comparing requirements one on one, but it include lot of other factors too, which can be very unique to your organization/team. You can always categorized projects into different categories, such as based on industry or technology. And you can compare your estimate within that particular category, that will narrow down your comparison and be more specific.

Coming to analytics, it can be of different types, but personally I like following two,

  1. Project Size Vs Duration
  2. Identify Impossible Zone

Project Size and Duration

In this, you compare Duration of the project Vs Size of the project. Unit of size you can standardize based on your organization. It could simply be an Effort, or UCP (Use Case Point) or FP (Function Point) or any other unit based on your estimation methodology. Duration is straight forward, it’s a time span, either in hours or days or weeks or months.

Size Vs Duration is the simplest of the comparison, but it provide lot of information, such as,

  1. Minimum and Maximum range of deviation from the organization productivity, i.e. size vs duration.
  2. How far your current estimates is from your organizational historical productivity.

Compare with Historical Data (Duration Vs Size)

Identify Impossible Zone

If you have been involved in any pre-sales, one of the most common request comes from sales team or customer is to reduce overall duration of the project by compensating it with number of resources. But the question is – how much you can reduce the duration? In project management terms, you first create project plan, identify critical path and that will give you the minimum required duration. But during pre-sales, most probably you will not have that luxury to create detailed project plan and come up with critical path.

So how do you identify impossible zone?
Here also, the historical data and estimation tool can play a big role. Based on historical data, tool can predict impossible zone, may not be 100% accurate initially, but will be good start. And more data you provide to the tool, the more accurate predictions you will get.

Area of Impossible

 

Software Estimation – Is it Art or Science?

There is no definitive answer to this question, but in actual it’s a combination of both. When art and science are mixed together then only the accurate or realistic estimates are achieved. Let’s go through this in detail in this article.

Before we drill down into art and science pieces, lets quickly go through different type of approaches or methodologies available for software estimations.

Types of Estimations

Top down Estimation

Top down estimation approach is to start from the project vision and goals, break them down in to smaller or granular requirements or modules or features (different names used by different companies/teams). Each of these modules are further broken down into work packets, which are estimated and planned and then assigned to team members for development or execution.

  • Benefits of top-down approach – major tasks are quickly identified, and details are defined at later stages.
  • Common top-down estimation techniques – Use Case Point Estimation, Function Point Estimation

Bottom Up Estimation

Bottom-up estimation approach is to start with defining list of tasks required to achieve customer goal, and then group these tasks together to form modules. This approach is more a team activity, rather than done by a single person. Whole team contributes in defining different tasks and then grouping them together.

  • Benefits of bottom-up approach – results give more detailed schedule, but it’s also a time-consuming approach compared with top-down estimation techniques.
  • Common top-down estimation techniques – Wideband Delphi, WBS (Work Breakdown Structure)
Factors for Comparison Top-down Bottom-up
Granularity of Estimates Low / Medium High
Granularity of Requirements required Low High
Cost of doing estimates / Estimates turnaround time Low High
Level of Assumptions made during estimation Medium Low

What’s the Estimation Process?

Let’s go through estimation process step by step,

Software Estimation-1

Any estimation starts with a set of requirements. Quality of requirements plays a major role in defining the quality of estimates. If requirements are of low quality or at very high level, then there will be more assumptions made while doing estimates and you will see more variations in planning and estimates at the time of execution. More granular the requirements, better the chances of having accurate estimates.

Second stage is estimation, where not just requirements but Influencing factors are also one of the input. Influencing factors like team dynamics, skill set availability, team experience, etc. plays major role in defining estimates. Such as, if current team doesn’t has technical skill to deliver this kind of project, then obviously team will take some time to ramp-up on required skills, that becomes one factor to your estimates.

Another major input is historical data – if you have delivered similar kind of engagements in the past, then you should refer actual execution effort for those past projects, and that will help you quickly estimate for these new requirements. And that’s where the science portion of the estimation comes into play, where you refer historical data and not completely dependent on your subject matter experts (SMEs).

Third stage of estimation process is capturing actual execution time and effort at the time of build/execution phase, and maintaining that actual execution effort as company’s historical data. This is the most important activity and most of the companies don’t prioritize it and misses it completely. And that directly results in their lack of historical data, which ultimately results in long estimation times during pre-sales cycle and team’s lack of confidence on estimates, as they always have to be completely dependent on their SMEs for estimations.

While we are discussing Historical Data, lets also look at what all goes into that historical data after the project execution,

  1. Size of the Project – it’s up to you how you want to define size of the project, it could be in terms of number of requirements categorized along with their complexities, or size in terms of Functional Points, Use Case Points, etc.
  2. Type of Project – this can be defined in terms of domain perspective or technical perspective. Such as, project is categorized as insurance domain or manufacturing domain, etc. Or project type could be more technical in nature, like it’s a website development, or a IoT (Internet of Things) project, etc.
  3. Total Effort – effort is a measure of time, i.e. total time spend by the team in terms of hours or days or months.
  4. Total Cost – total cost of the project, which will not only include team’s effort, but will also include other expenses like travel, software licenses cost, hardware cost, etc.
  5. Duration – depends on what methodology you use, like Waterfall or Agile, always capture duration of each phase/sub-phase of the execution, rather than just capturing total project duration.

Software Estimation-2

Some Common Pitfalls During Estimation

  1. Targets are treated as Estimates – Initially targets should always be kept different from estimates, don’t confuse targets as estimates. After base estimates are ready, then there should be iterative process to bring target, estimates and scope into alignment.
  2. Committing estimates too early in the Cone of Uncertainty – if you don’t have requirement clarity or scope clarity, then it’s a good time go back to stakeholders and get requirements clarified, before you start estimation.

Software Estimation-3

  1. Not using any Estimation Software – having any software estimation tool is a must for any organization. This is the tool that will help you manage historical data, and help your estimators/SMEs to come up with standardized estimates and streamline your organization’s estimation process. Otherwise everyone will create their own estimation templates and it will be complete chaos in the end.
  2. Not including Risks impact in estimates – Identifying risks upfront, and calculating Risk Exposure will provide credibility to your estimates and will also help you during execution.
  3. Creating estimates that assume that no one will go to training, attend meeting, vacation, get sick, etc. – in any business, resource need to be continuously trained, people get sick, people goes on vacation, etc. So in your project plan, you should also compensate these factors otherwise you will face resource crunch during execution time.

Conclusion – So is it Art or Science?

Assumptions are always involved in any of the estimation technique you use. But it’s always better to start your estimation with any of the statistical estimation techniques based out of your historical data, and finally at the end, bring art factor and refine your estimations based on assumptions, risks, and other factors. So, to summarize following is common rule for Top Down and Bottom Up Estimations,

  • If you are estimating on a project which has similar organizational historical data – you can rely primarily on science and apply art as a final step.
  • If you are estimating a project that doesn’t have much organizational history – start with science, not exceeding your point of knowledge and organizational history, and then apply lot of art to come up with accurate estimate.

So estimation is always a combination of both – Art and Science, the key is how well you combine both. As your company’s or team’s maturity increases, you will see transition from art side of estimates to science side of estimates.

Software Estimation-4

Happy Estimating !!