SlideShare une entreprise Scribd logo
1  sur  9
Télécharger pour lire hors ligne
Estimation Guidelines and Templates
Introduction
Why Estimate Projects?
Estimation is an essential part of any project methodology. Estimation is used for a number of
purposes:
 To justify the project, particularly at the proposal stage, enabling the costs to be compared
with the anticipated benefits and to enable informed comparisons to be made between
different technical or functional options.
 To enforce the disciplines needed to make the project succeed.
 To secure the resources required to successfully deliver the project.
 To ensure that the support impact of the project is fully understood.
 To inform and improve our software development process.
This document describes the techniques of used to produce reliable estimates for the work required
to complete projects and tasks.
A spreadsheet template for Three Point Estimation is available together with a Worked Example
illustrating how the template is used in practice.
Overview of the Estimation Process
The best people to undertake estimation are the staff who are going to do the work. The staff
chosen to produce an estimate are typically drawn from IS, customers and/or service partners who
have relevant experience of similar previous projects or tasks in the business area.
Our estimation process is based on three components:
1. Expert judgement, i.e. consultation with qualified experts from within IS and our business
and service partners. This is supplemented, where required, by expert input from software
suppliers and consultants.
2. Experience, i.e. comparison of the proposed project or task with previously completed work.
3. Task Decomposition, i.e. decomposing the project into components, i.e. a Work Breakdown
Structure, and estimating each component individually to produce an overall estimate.
The estimates are validated through peer review and are backed up by an experienced Project
Manager who takes overall responsibility for the total. Estimates are reviewed and updated
throughout the project lifecycle. Estimates, and the processes followed to produce them, are
transparent and consistent across all projects.
Project And Task Estimation
Estimation Technique 1 - Three Point Estimation
The Three Point Estimation technique is based on statistical methods, and in particular, the Normal
distribution. Three Point Estimation is the preferred estimation technique for IS Applications
projects. In Three Point Estimation we produce three figures for every estimate:
a = the best case estimate
m = the most likely estimate
b = the worst case estimate
These values are used to calculate an E value for the estimate and a Standard Deviation (SD) where:
E = (a + (4*m) + b) / 6
SD = (b - a)/6
E is a weighted average which takes into account both the most optimistic and pessimistic estimates
provided and SD measures the variability or uncertainty in the estimate.
To produce a project estimate the Project Manager:
1. Decomposes the project into a list of estimable tasks, i.e. a Work Breakdown Structure
2. Estimates each the E value and SD for each task.
3. Calculates the E value for the total project work as E (Project Work) = Σ E (Task)
4. Calculates the SD value for the total project work as SD (Project Work) = √Σ SD (Task) 2
We then use the E and SD values to convert the project estimates to Confidence Levels as follows:
 Confidence Level in E value is approximately 50%
 Confidence Level in E value + SD is approximately 70%
 Confidence Level in E value + 2 * SD is approximately 95%
 Confidence Level in E value + 3 * SD is approximately 99.5%
IS Applications use the 95% Confidence Level for all project estimates.
A spreadsheet template for Three Point Estimation is available together with a Worked Example
illustrating how the template is used in practice.
Estimation Technique 2 - Base and Contingency Estimation
Base and Contingency is an alternative estimation technique to Three Point Estimation. It is less
scientifically based and cannot be used to provide Confidence Levels. It can be a useful technique
where there is less detail available on which to base the estimate.
In Base and Contingency estimation all estimates have two components the base and the
contingency. The base is the minimum expected time required, i.e. when everything goes well. The
contingency is the amount of trust placed on the base when risks are taken into account and is
generally expressed as a percentage of the base. A figure of 10% -20% contingency is a typical figure
rising to 50% or even greater for more risky tasks. Separating the base and contingency makes the
estimation task easier. We can derive a base figure without having to take into account everything
that might go wrong and then use risk analysis to determine the appropriate level of contingency.
The assumptions that underpin the base estimate are recorded and the contingency reflects the
confidence we have that these assumptions are correct.
The Project Manager will also consider project wide risks and undertake a risk analysis to determine
the correct amount of contingency to allow for them. These risks are recorded in the project Risk
Log. The contingency is based on the maximum costs to the project of the risk occurring weighted by
an assessment of how likely it is to occur expressed as a percentage. Project contingency may be
estimated in terms of money, resources or a mixture of both. Resource contingency is managed by
adding a factor to individual task estimates.
To produce a project estimate the Project Manager:
1. Decomposes the project into a list of estimable tasks, i.e. a Work Breakdown Structure
2. Estimates each task including any task contingency.
3. Adds the estimates together.
4. Adds the project contingency.
Using this technique the Project Manager must be careful to avoid double-counting, i.e. adding
contingency to both the project and task estimates for the same risk.
Technical and Overhead Tasks
Typically we will distinguish between the technical tasks of the project, for example code
development or package configuration etc. and overhead tasks such as project management or
infrastructure support. Each technical task will be individually estimated whilst the estimate for each
overhead tasks can often be calculated on a pro-rata basis. Key factors which will influence
estimates for technical tasks are:
 size and complexity of the task
 the skills and experience of the development team and their familiarity with the technology
being proposed (training may be required to enable members of the team to become
productive with the technologies being used and gain familiarity with the business context -
this can be estimated separately)
 non-functional requirements such as performance, reliability, code reusability etc.
Typical overhead tasks include:
 Project Management
 Quality Assurance
 Business Analysis
 Systems Analysis and Design
 Infrastructure Support
 Testing
 Deployment (includes user training and implementation in live environment.)
Project experience suggests potentially useful rules of thumb for deriving initial estimates for various
overhead tasks. These are provided in Table 1 below.
Table 1 Rules Of Thumb for Estimating Overhead Tasks
This approach simplifies estimation and can provide a useful cross check of the technical estimates.
However it is perfectly acceptable for overhead tasks to be decomposed and estimated separately
where the Project Manager feels that this is more appropriate.
Producing A Project Estimate - The Estimation Team
The Project Manager should assemble an estimation team for the project. The estimation team will
include the Project Manager and other technical experts from IS - chosen to reflect the staff who will
actually do the work. The estimation team may also include representative project stakeholders
including customers and service partners. Four or five staff in total is a reasonable estimation team
size for most projects. The quality of the estimate will only be as good as the estimation team's
knowledge of the project so it is vital that they collectively understand, as far possible, everything
that is known about the project at the time that the estimate is produced.
The estimation team will generally have at least two meetings. The first of these meetings will:
 Review and agree the project goals and identify any risks or assumptions.
 Discuss ways in which the goals may be met including design options.
 Identify key tasks.
This meeting should be attended by a customer stakeholder who will play a key role in discussions
on functionality requirements, usability issues etc.
Task Rule Of Thumb
Project Management
The Project Manager should be assigned between 20 and 25% of the non-project
management time for a typical project. (This works well for projects up to 6 months
duration for longer running projects please consider allowing an additional 1 day
project management time for each working week beyond 6 months)
Quality Assurance Allow a figure of 5% of the overall project estimate for quality assurance.
Business Analysis Allow a figure of 20% of the time allowed for the technical tasks to complete the
business specification.
Systems Analysis and
Design
Allow a figure of 25% of the time allowed for the technical tasks to complete the
design specification.
Peer Testing Allow a figure of 10% of the time allowed for the technical tasks.
Integration Testing Allow a figure of 15% of the time allowed for the technical tasks.
Acceptance Testing Allow a figure of 15% of the time allowed for the technical tasks.
Deployment Allow a figure of 5% of the time allowed for the technical tasks.
The second meeting will typically take place a few days later to finalise the estimate. It is important
that each member of the team prepares their own estimate of the work involved ahead of this
second meeting (Delphi Technique). This ensure every member of the team is fully prepared and
reduces the risk of individuals having over-influencing the results of the process. This second
meeting:
 Confirms the list of estimable tasks
 Confirm the estimates for each estimable and overhead task
At this meeting the Project Manager may ask members of the estimation team to take a lead role in
the discussions for particular tasks. For example, a senior member of the proposed development
team may lead the review of coding task estimates by walking-through their estimate of the work
involved. This meeting will continue, perhaps with further break outs, until consensus is reached on
the estimates for all tasks. (Where "Base and Contingency" technique is being used the Project
Manager will then lead discussions to determine the overall project contingency using the same
consensus building techniques.)
Notes
1. A typical estimation team will be composed of the following staff: the Project Manager, two
developers, an IS Apps Section Head or Team Leader and one or two others such as a
customer, a technology specialist (e.g. a Technical Services or MyEd representative) or an
external supplier. (From 2006/7 onwards the Applications Development Team Manager
must be invited to participate in each Applications estimation team.)
2. During estimation meetings it is vital that a note taker is appointed to record design
decisions, assumptions and risks. These notes are an important deliverable from the sessions
as they help ensure that the context for the estimate is fully understood.
3. Sufficient time should be allowed to enable the team to complete the estimation process. An
allowance of 0.5 - 1 day for each member of the team is reasonable.
Monitoring and Signing Off Project Estimates
The Project Manager will monitor estimates throughout the project. Experience gained from
previous stages is used to update the task list and the corresponding estimates. Risks are reviewed
and contingencies adjusted as appropriate. The revised estimates are reviewed as part of the sign off
process at the end of each stage in the project methodology. Completed estimates are signed off by
the Project Manager and key project stakeholders. This will typically be done as part of the stage
sign off as indicated in Table 2 below:
Project
Methodology
Stage
Deliverable Requirement
Initiation
Project
Proposal
Estimates to be signed off by the Project Sponsor and
Project Services Programme Manager
Note: A single estimation team should be established for
each business area programme for estimating proposals
produced as part of the Annual Planning process. This will
reduce the number of estimation meetings required and
improve consistency of estimation within the programme.
Planning TOR
Revised estimates to be provided with TOR and signed off
by Project Manager, Project Sponsor and IS Applications
Management.
Business
Analysis
Analysis Sign
Off Review
(PPAR)
Revised estimates signed off as part of PPAR.
Systems
Analysis And
Design
Design Sign Off
Review (PPDR)
Revised estimates signed off as part of PPDR.
Build
Build Sign Off
Review (PPBR)
Revised estimates signed off as part of PPBR.
Integration
Integration Sign
Off Review
(PPIR)
Revised estimates signed off as part of PPBR.
Acceptance
Acceptance Sign
Off Review
(ASOR)
Revised estimates signed off as part of Acceptance Sign Off
Review.
Deployment
Deployment
Sign Off Review
(DSOR)
Revised estimates signed off as part of Deployment Sign Off
Review.
Closure Closure Review
Actuals and estimates to be reviewed and reasons for
divergence recorded as part of Closure Review. This is an
important means of reviewing and improving the
estimation process and building up a 'lesson learnt'
database for projects.
Table 2 Signing Off Estimates within The Project Methodology
Project Planning and Resourcing
Basics
Project risks must be properly managed. There are many risks which can apply to projects which
estimation techniques alone cannot adequately address. These include:
 Unrealistic expectations of costs or timescales.
 Unstable business requirements.
 Lack of commitment from project stakeholders.
 Poor project management or technical skills.
 Unclear roles and responsibilities
If any of these problems exist they should be addressed before the project is started!
All projects must have a Task Plan or Gantt chart. This may be produced using ASTA Teamplan,
Microsoft Project or Excel. This is used record the tasks, their estimated durations and any
dependencies. The Task Plan is fundamental to determining an appropriate resourcing strategy for
the project.
Projects must also have an appropriate change control mechanism. There is no point in estimating
and then allowing the scope to change so that the estimates are no longer valid. The Project Issue
and Change Control Log (PICCL) is used to record all changes and ensure that the impact of the
change is fully considered before the change is approved.
Resourcing Strategy - Dedicated Resources
Recent project management literature has discussed how best to deliver projects in matrix managed
environments. This literature has identified the characteristics of optimally managed projects as:
 Task plans and estimates are produced and maintained.
 A dedicated team of resources are assigned 100% to the project.
 Multitasking of development staff with other projects is minimised or, ideally, eliminated.
 Customer and technical inputs are coordinated to achieve maximum effectiveness.
 Project value is increased through the effective interaction of professional staff.
 There is a clear enterprise wide priority for the project which can be referred to to resolve
any resource conflicts which may arise.
 Regular contact between the Project Manager and Resource Managers is maintained to
provide rapid resolution of resource issues.
Project Managers should try to bring their projects into line as far as possible with this model and
book resources to the project, or as significant parts of the project as is possible, rather than
individual tasks. Projects for which this approach is particularly recommended will typically have one
or more of the following characteristics:
 Require in excess of 150 Days technical resources.
 Be categorised as "Essential" or "Funded"
 Have one or more hard delivery milestones.
 Can be managed as a joint and closely interacting team of IS and customer staff.
The Project Manager can indicate the requirement for "dedicated" resources as part of the
Project Proposal and ToR.
Resourcing Strategy - Non Dedicated Resources
For most Applications projects it will not be possible for the Project Manager to secure dedicated
resources. For these projects and task estimates, including 95% confidence levels or contingencies as
appropriate, are used to assign resources on a task by task basis.
However with this approach the Project Manager must be aware of a number of factors which can
prevent the effective deployment of resources and threaten the overall success of the project:
 "Multi-Tasking" - the Developer has been forced to juggle priorities and resources are
spread too thinly. As a result he/she switches from task to task reducing productivity,
chewing up the available time and reducing the quality of the task deliverable.
 "Procrastination Syndrome" - the Developer interprets the contingency as additional time
to finish a task that they think they could do in less. If problems occur with other work this
may be given priority and they don't make a start on the task until too late. There is now no
safety margin and the task may be late.
 "Early Completion Syndrome" - there is little reward for early completion, in fact if the
Developer provided the original estimate they may find their future estimates reduced. In
the absence of any incentives to do otherwise the Developer uses the time saved to
undertake additional testing or make the solution more elegant. As a result the best
outcome available is to finish on time.
The key to successfully managing and reducing these problems is communication. Early
identification of potential problems by the development team, Project Manager and/or the
customer is essential. To promote successful communication it is strongly recommended that the
Project Manager identify staff to fulfil the following key technical roles at the outset of the project:
 Systems Analyst Developer
 Technical Architect
 Production Management Coordinator
 IS Service Owner(s)
Once identified the staff resources can be secured by means of a 10% resource booking with the
relevant Resource Manager. This approach will promote a team culture and provide more flexibility
for the Project Manager to secure these key resources for meetings and other project activities. This
approach is accommodated with the overall estimate as staff will only record time to the project for
actual work done.
Resource Booking
IS Applications staff resources are booked using ASTA Team Plan. IS Infrastructure staff resources are
booked by following the procedures at:
http://www.ucs.ed.ac.uk/isd/archpub/itir/
References/Credits
The author would like to acknowledge the following sources used in the preparation of these
guidelines:
(1) IT Project Estimation - A Practical Guide, Paul Coombs Cambridge University Press
ISBN 0-52153285-X
(2) Project Management In The Real World, Paul Lyden - FISTRAL Training and Consultancy
http://www.albanorth.co.uk/
(3) Three Point Estimation, Paul Lyden - FISTRAL Training and Consultancy
http://www.albanorth.co.uk/
(4) Bad Estimates Don't Just Happen, Joseph A Lucas (2006) PM Centres USA
http://www.pmcentersusa.com/Portals/0/PMCUSA%20White%20Paper,%20Bad%20Estimates%20J
ust%20Dont%20Happen.pdf

Contenu connexe

Tendances

MG6088 SOFTWARE PROJECT MANAGEMENT
MG6088 SOFTWARE PROJECT MANAGEMENTMG6088 SOFTWARE PROJECT MANAGEMENT
MG6088 SOFTWARE PROJECT MANAGEMENTKathirvel Ayyaswamy
 
Basis of Estimate Processes
Basis of Estimate ProcessesBasis of Estimate Processes
Basis of Estimate ProcessesGlen Alleman
 
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
 WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES? WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?MirzaNuman1
 
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?MirzaNuman1
 
Cost estimation method
Cost estimation methodCost estimation method
Cost estimation methodFaheem Ullah
 
112 risk- metrics for risk reduction
112 risk- metrics for risk reduction112 risk- metrics for risk reduction
112 risk- metrics for risk reductionDr Fereidoun Dejahang
 
Introduction to Software Cost Estimation
Introduction to Software Cost EstimationIntroduction to Software Cost Estimation
Introduction to Software Cost EstimationHemanth Raj
 
Perform quantitative risk analysis
Perform quantitative risk analysis Perform quantitative risk analysis
Perform quantitative risk analysis Shereef Sabri
 
Managing in the Presence of Uncertanty
Managing in the Presence of UncertantyManaging in the Presence of Uncertanty
Managing in the Presence of UncertantyGlen Alleman
 
An introduction to primavera risk analysis - Oracle Primavera P6 Collaborate 14
An introduction to primavera risk analysis  - Oracle Primavera P6 Collaborate 14An introduction to primavera risk analysis  - Oracle Primavera P6 Collaborate 14
An introduction to primavera risk analysis - Oracle Primavera P6 Collaborate 14p6academy
 
Estimator Metrics - Test Time Assessment
Estimator Metrics - Test Time AssessmentEstimator Metrics - Test Time Assessment
Estimator Metrics - Test Time AssessmentAmit Bhardwaj
 
Risk adjusted engineering management
Risk adjusted engineering managementRisk adjusted engineering management
Risk adjusted engineering managementGlen Alleman
 
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 Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...
Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...
Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...Project Controls Expo
 
Contractor Management Business Organisation Environment Implementation Perfor...
Contractor Management Business Organisation Environment Implementation Perfor...Contractor Management Business Organisation Environment Implementation Perfor...
Contractor Management Business Organisation Environment Implementation Perfor...SlideTeam
 
Session B3 - Introduction to Project Cost and Schedule Risk Analysis
Session B3 - Introduction to Project Cost and Schedule Risk AnalysisSession B3 - Introduction to Project Cost and Schedule Risk Analysis
Session B3 - Introduction to Project Cost and Schedule Risk AnalysisProject Controls Expo
 

Tendances (20)

Unit 2 spm
Unit 2 spmUnit 2 spm
Unit 2 spm
 
Project Estimating
Project EstimatingProject Estimating
Project Estimating
 
MG6088 SOFTWARE PROJECT MANAGEMENT
MG6088 SOFTWARE PROJECT MANAGEMENTMG6088 SOFTWARE PROJECT MANAGEMENT
MG6088 SOFTWARE PROJECT MANAGEMENT
 
Basis of Estimate Processes
Basis of Estimate ProcessesBasis of Estimate Processes
Basis of Estimate Processes
 
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
 WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES? WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
 
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
WHAT IS COST ESTIMATION IN PROJECT MANAGEMENT AND THEIR TYPES?
 
Cost estimation method
Cost estimation methodCost estimation method
Cost estimation method
 
Estimating 101
Estimating 101Estimating 101
Estimating 101
 
112 risk- metrics for risk reduction
112 risk- metrics for risk reduction112 risk- metrics for risk reduction
112 risk- metrics for risk reduction
 
Introduction to Software Cost Estimation
Introduction to Software Cost EstimationIntroduction to Software Cost Estimation
Introduction to Software Cost Estimation
 
Perform quantitative risk analysis
Perform quantitative risk analysis Perform quantitative risk analysis
Perform quantitative risk analysis
 
Managing in the Presence of Uncertanty
Managing in the Presence of UncertantyManaging in the Presence of Uncertanty
Managing in the Presence of Uncertanty
 
Rsc 04
Rsc 04Rsc 04
Rsc 04
 
An introduction to primavera risk analysis - Oracle Primavera P6 Collaborate 14
An introduction to primavera risk analysis  - Oracle Primavera P6 Collaborate 14An introduction to primavera risk analysis  - Oracle Primavera P6 Collaborate 14
An introduction to primavera risk analysis - Oracle Primavera P6 Collaborate 14
 
Estimator Metrics - Test Time Assessment
Estimator Metrics - Test Time AssessmentEstimator Metrics - Test Time Assessment
Estimator Metrics - Test Time Assessment
 
Risk adjusted engineering management
Risk adjusted engineering managementRisk adjusted engineering management
Risk adjusted engineering management
 
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
 
Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...
Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...
Project Controls Expo, 18th Nov 2014 - "Schedule Risk Analysis for Complex Pr...
 
Contractor Management Business Organisation Environment Implementation Perfor...
Contractor Management Business Organisation Environment Implementation Perfor...Contractor Management Business Organisation Environment Implementation Perfor...
Contractor Management Business Organisation Environment Implementation Perfor...
 
Session B3 - Introduction to Project Cost and Schedule Risk Analysis
Session B3 - Introduction to Project Cost and Schedule Risk AnalysisSession B3 - Introduction to Project Cost and Schedule Risk Analysis
Session B3 - Introduction to Project Cost and Schedule Risk Analysis
 

Similaire à Estimation guidelines and templates

Cost management
Cost managementCost management
Cost managementshkadry
 
software-project-management-unit-2.ppt
software-project-management-unit-2.pptsoftware-project-management-unit-2.ppt
software-project-management-unit-2.pptMaanbahadurkhadka
 
software-project-management-unit-2-220808125214-00921612 (1).pdf
software-project-management-unit-2-220808125214-00921612 (1).pdfsoftware-project-management-unit-2-220808125214-00921612 (1).pdf
software-project-management-unit-2-220808125214-00921612 (1).pdfVinoth Kumar
 
significance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptxsignificance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptxsarah david
 
significance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptxsignificance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptxsarah david
 
significance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdfsignificance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdfsarah david
 
significance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdfsignificance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdfsarah david
 
Running head critical path method1 critical path method7critic
Running head critical path method1 critical path method7criticRunning head critical path method1 critical path method7critic
Running head critical path method1 critical path method7criticDIPESH30
 
Ch23-Software Engineering 9
Ch23-Software Engineering 9Ch23-Software Engineering 9
Ch23-Software Engineering 9Ian Sommerville
 
Software Test Estimation
Software Test EstimationSoftware Test Estimation
Software Test EstimationJatin Kochhar
 
Chapter7 database management system.pptx
Chapter7 database management system.pptxChapter7 database management system.pptx
Chapter7 database management system.pptxMohammedNouh7
 
Project Scope StatementProject NameStudent NameDateI.docx
Project Scope StatementProject NameStudent NameDateI.docxProject Scope StatementProject NameStudent NameDateI.docx
Project Scope StatementProject NameStudent NameDateI.docxwkyra78
 
engineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptxengineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptxDr. ABEER KHALID MANSOUR
 

Similaire à Estimation guidelines and templates (20)

Cost management
Cost managementCost management
Cost management
 
software-project-management-unit-2.ppt
software-project-management-unit-2.pptsoftware-project-management-unit-2.ppt
software-project-management-unit-2.ppt
 
software-project-management-unit-2-220808125214-00921612 (1).pdf
software-project-management-unit-2-220808125214-00921612 (1).pdfsoftware-project-management-unit-2-220808125214-00921612 (1).pdf
software-project-management-unit-2-220808125214-00921612 (1).pdf
 
significance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptxsignificance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptx
 
Project Mangement
Project MangementProject Mangement
Project Mangement
 
significance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptxsignificance_of_test_estimating_in_the_software_development.pptx
significance_of_test_estimating_in_the_software_development.pptx
 
significance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdfsignificance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdf
 
significance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdfsignificance_of_test_estimating_in_the_software_development.pdf
significance_of_test_estimating_in_the_software_development.pdf
 
abate and h.pptx
abate and h.pptxabate and h.pptx
abate and h.pptx
 
Running head critical path method1 critical path method7critic
Running head critical path method1 critical path method7criticRunning head critical path method1 critical path method7critic
Running head critical path method1 critical path method7critic
 
Guide to Software Estimation
Guide to Software EstimationGuide to Software Estimation
Guide to Software Estimation
 
Unit iii
Unit iiiUnit iii
Unit iii
 
Ch23
Ch23Ch23
Ch23
 
Ch23-Software Engineering 9
Ch23-Software Engineering 9Ch23-Software Engineering 9
Ch23-Software Engineering 9
 
Software Test Estimation
Software Test EstimationSoftware Test Estimation
Software Test Estimation
 
SE-Lecture-5.pptx
SE-Lecture-5.pptxSE-Lecture-5.pptx
SE-Lecture-5.pptx
 
Chapter7 database management system.pptx
Chapter7 database management system.pptxChapter7 database management system.pptx
Chapter7 database management system.pptx
 
Project Scope StatementProject NameStudent NameDateI.docx
Project Scope StatementProject NameStudent NameDateI.docxProject Scope StatementProject NameStudent NameDateI.docx
Project Scope StatementProject NameStudent NameDateI.docx
 
4. project cost management
4. project cost management4. project cost management
4. project cost management
 
engineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptxengineering economics lect 8-10 final.pptx
engineering economics lect 8-10 final.pptx
 

Plus de Hoa PN Thaycacac

Tổng quan về AWS cực hay
Tổng quan về AWS cực hayTổng quan về AWS cực hay
Tổng quan về AWS cực hayHoa PN Thaycacac
 
Hồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạcHồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạcHoa PN Thaycacac
 
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệpFremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệpHoa PN Thaycacac
 
Đường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mớiĐường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mớiHoa PN Thaycacac
 
How to write Negative Messages
How to write Negative MessagesHow to write Negative Messages
How to write Negative MessagesHoa PN Thaycacac
 
Amazon's silent rise to the top
Amazon's silent rise to the topAmazon's silent rise to the top
Amazon's silent rise to the topHoa PN Thaycacac
 
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tếTư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tếHoa PN Thaycacac
 
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101Hoa PN Thaycacac
 

Plus de Hoa PN Thaycacac (12)

Tổng quan về AWS cực hay
Tổng quan về AWS cực hayTổng quan về AWS cực hay
Tổng quan về AWS cực hay
 
Vovinam6
Vovinam6Vovinam6
Vovinam6
 
Hồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạcHồ sơ tài trợ sự kiện nhạc
Hồ sơ tài trợ sự kiện nhạc
 
Tìm hiểu về Bitcoin
Tìm hiểu về BitcoinTìm hiểu về Bitcoin
Tìm hiểu về Bitcoin
 
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệpFremote - Giải pháp làm việc từ xa cho doanh nghiệp
Fremote - Giải pháp làm việc từ xa cho doanh nghiệp
 
Use case template
Use case templateUse case template
Use case template
 
Đường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mớiĐường lối chính trị sau thời kỳ đổi mới
Đường lối chính trị sau thời kỳ đổi mới
 
How to write Negative Messages
How to write Negative MessagesHow to write Negative Messages
How to write Negative Messages
 
Amazon's silent rise to the top
Amazon's silent rise to the topAmazon's silent rise to the top
Amazon's silent rise to the top
 
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tếTư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
Tư tưởng Hồ Chí Minh về đại đoàn kết dân tộc và đại đoàn kết quốc tế
 
Slide hackathong
Slide hackathongSlide hackathong
Slide hackathong
 
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
Tồn Tại Xã Hội & Ý Thức Xã Hội | MLN101
 

Dernier

Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxMuhammadAsimMuhammad6
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...drmkjayanthikannan
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 

Dernier (20)

Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptxOrlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
Orlando’s Arnold Palmer Hospital Layout Strategy-1.pptx
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best ServiceTamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
Tamil Call Girls Bhayandar WhatsApp +91-9930687706, Best Service
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 

Estimation guidelines and templates

  • 1. Estimation Guidelines and Templates Introduction Why Estimate Projects? Estimation is an essential part of any project methodology. Estimation is used for a number of purposes:  To justify the project, particularly at the proposal stage, enabling the costs to be compared with the anticipated benefits and to enable informed comparisons to be made between different technical or functional options.  To enforce the disciplines needed to make the project succeed.  To secure the resources required to successfully deliver the project.  To ensure that the support impact of the project is fully understood.  To inform and improve our software development process. This document describes the techniques of used to produce reliable estimates for the work required to complete projects and tasks. A spreadsheet template for Three Point Estimation is available together with a Worked Example illustrating how the template is used in practice. Overview of the Estimation Process The best people to undertake estimation are the staff who are going to do the work. The staff chosen to produce an estimate are typically drawn from IS, customers and/or service partners who have relevant experience of similar previous projects or tasks in the business area. Our estimation process is based on three components: 1. Expert judgement, i.e. consultation with qualified experts from within IS and our business and service partners. This is supplemented, where required, by expert input from software suppliers and consultants. 2. Experience, i.e. comparison of the proposed project or task with previously completed work. 3. Task Decomposition, i.e. decomposing the project into components, i.e. a Work Breakdown Structure, and estimating each component individually to produce an overall estimate. The estimates are validated through peer review and are backed up by an experienced Project Manager who takes overall responsibility for the total. Estimates are reviewed and updated throughout the project lifecycle. Estimates, and the processes followed to produce them, are transparent and consistent across all projects.
  • 2. Project And Task Estimation Estimation Technique 1 - Three Point Estimation The Three Point Estimation technique is based on statistical methods, and in particular, the Normal distribution. Three Point Estimation is the preferred estimation technique for IS Applications projects. In Three Point Estimation we produce three figures for every estimate: a = the best case estimate m = the most likely estimate b = the worst case estimate These values are used to calculate an E value for the estimate and a Standard Deviation (SD) where: E = (a + (4*m) + b) / 6 SD = (b - a)/6 E is a weighted average which takes into account both the most optimistic and pessimistic estimates provided and SD measures the variability or uncertainty in the estimate. To produce a project estimate the Project Manager: 1. Decomposes the project into a list of estimable tasks, i.e. a Work Breakdown Structure 2. Estimates each the E value and SD for each task. 3. Calculates the E value for the total project work as E (Project Work) = Σ E (Task) 4. Calculates the SD value for the total project work as SD (Project Work) = √Σ SD (Task) 2 We then use the E and SD values to convert the project estimates to Confidence Levels as follows:  Confidence Level in E value is approximately 50%  Confidence Level in E value + SD is approximately 70%  Confidence Level in E value + 2 * SD is approximately 95%  Confidence Level in E value + 3 * SD is approximately 99.5% IS Applications use the 95% Confidence Level for all project estimates. A spreadsheet template for Three Point Estimation is available together with a Worked Example illustrating how the template is used in practice. Estimation Technique 2 - Base and Contingency Estimation Base and Contingency is an alternative estimation technique to Three Point Estimation. It is less scientifically based and cannot be used to provide Confidence Levels. It can be a useful technique where there is less detail available on which to base the estimate.
  • 3. In Base and Contingency estimation all estimates have two components the base and the contingency. The base is the minimum expected time required, i.e. when everything goes well. The contingency is the amount of trust placed on the base when risks are taken into account and is generally expressed as a percentage of the base. A figure of 10% -20% contingency is a typical figure rising to 50% or even greater for more risky tasks. Separating the base and contingency makes the estimation task easier. We can derive a base figure without having to take into account everything that might go wrong and then use risk analysis to determine the appropriate level of contingency. The assumptions that underpin the base estimate are recorded and the contingency reflects the confidence we have that these assumptions are correct. The Project Manager will also consider project wide risks and undertake a risk analysis to determine the correct amount of contingency to allow for them. These risks are recorded in the project Risk Log. The contingency is based on the maximum costs to the project of the risk occurring weighted by an assessment of how likely it is to occur expressed as a percentage. Project contingency may be estimated in terms of money, resources or a mixture of both. Resource contingency is managed by adding a factor to individual task estimates. To produce a project estimate the Project Manager: 1. Decomposes the project into a list of estimable tasks, i.e. a Work Breakdown Structure 2. Estimates each task including any task contingency. 3. Adds the estimates together. 4. Adds the project contingency. Using this technique the Project Manager must be careful to avoid double-counting, i.e. adding contingency to both the project and task estimates for the same risk. Technical and Overhead Tasks Typically we will distinguish between the technical tasks of the project, for example code development or package configuration etc. and overhead tasks such as project management or infrastructure support. Each technical task will be individually estimated whilst the estimate for each overhead tasks can often be calculated on a pro-rata basis. Key factors which will influence estimates for technical tasks are:  size and complexity of the task  the skills and experience of the development team and their familiarity with the technology being proposed (training may be required to enable members of the team to become productive with the technologies being used and gain familiarity with the business context - this can be estimated separately)  non-functional requirements such as performance, reliability, code reusability etc. Typical overhead tasks include:  Project Management  Quality Assurance  Business Analysis  Systems Analysis and Design  Infrastructure Support  Testing  Deployment (includes user training and implementation in live environment.)
  • 4. Project experience suggests potentially useful rules of thumb for deriving initial estimates for various overhead tasks. These are provided in Table 1 below. Table 1 Rules Of Thumb for Estimating Overhead Tasks This approach simplifies estimation and can provide a useful cross check of the technical estimates. However it is perfectly acceptable for overhead tasks to be decomposed and estimated separately where the Project Manager feels that this is more appropriate. Producing A Project Estimate - The Estimation Team The Project Manager should assemble an estimation team for the project. The estimation team will include the Project Manager and other technical experts from IS - chosen to reflect the staff who will actually do the work. The estimation team may also include representative project stakeholders including customers and service partners. Four or five staff in total is a reasonable estimation team size for most projects. The quality of the estimate will only be as good as the estimation team's knowledge of the project so it is vital that they collectively understand, as far possible, everything that is known about the project at the time that the estimate is produced. The estimation team will generally have at least two meetings. The first of these meetings will:  Review and agree the project goals and identify any risks or assumptions.  Discuss ways in which the goals may be met including design options.  Identify key tasks. This meeting should be attended by a customer stakeholder who will play a key role in discussions on functionality requirements, usability issues etc. Task Rule Of Thumb Project Management The Project Manager should be assigned between 20 and 25% of the non-project management time for a typical project. (This works well for projects up to 6 months duration for longer running projects please consider allowing an additional 1 day project management time for each working week beyond 6 months) Quality Assurance Allow a figure of 5% of the overall project estimate for quality assurance. Business Analysis Allow a figure of 20% of the time allowed for the technical tasks to complete the business specification. Systems Analysis and Design Allow a figure of 25% of the time allowed for the technical tasks to complete the design specification. Peer Testing Allow a figure of 10% of the time allowed for the technical tasks. Integration Testing Allow a figure of 15% of the time allowed for the technical tasks. Acceptance Testing Allow a figure of 15% of the time allowed for the technical tasks. Deployment Allow a figure of 5% of the time allowed for the technical tasks.
  • 5. The second meeting will typically take place a few days later to finalise the estimate. It is important that each member of the team prepares their own estimate of the work involved ahead of this second meeting (Delphi Technique). This ensure every member of the team is fully prepared and reduces the risk of individuals having over-influencing the results of the process. This second meeting:  Confirms the list of estimable tasks  Confirm the estimates for each estimable and overhead task At this meeting the Project Manager may ask members of the estimation team to take a lead role in the discussions for particular tasks. For example, a senior member of the proposed development team may lead the review of coding task estimates by walking-through their estimate of the work involved. This meeting will continue, perhaps with further break outs, until consensus is reached on the estimates for all tasks. (Where "Base and Contingency" technique is being used the Project Manager will then lead discussions to determine the overall project contingency using the same consensus building techniques.) Notes 1. A typical estimation team will be composed of the following staff: the Project Manager, two developers, an IS Apps Section Head or Team Leader and one or two others such as a customer, a technology specialist (e.g. a Technical Services or MyEd representative) or an external supplier. (From 2006/7 onwards the Applications Development Team Manager must be invited to participate in each Applications estimation team.) 2. During estimation meetings it is vital that a note taker is appointed to record design decisions, assumptions and risks. These notes are an important deliverable from the sessions as they help ensure that the context for the estimate is fully understood. 3. Sufficient time should be allowed to enable the team to complete the estimation process. An allowance of 0.5 - 1 day for each member of the team is reasonable. Monitoring and Signing Off Project Estimates The Project Manager will monitor estimates throughout the project. Experience gained from previous stages is used to update the task list and the corresponding estimates. Risks are reviewed and contingencies adjusted as appropriate. The revised estimates are reviewed as part of the sign off process at the end of each stage in the project methodology. Completed estimates are signed off by the Project Manager and key project stakeholders. This will typically be done as part of the stage sign off as indicated in Table 2 below:
  • 6. Project Methodology Stage Deliverable Requirement Initiation Project Proposal Estimates to be signed off by the Project Sponsor and Project Services Programme Manager Note: A single estimation team should be established for each business area programme for estimating proposals produced as part of the Annual Planning process. This will reduce the number of estimation meetings required and improve consistency of estimation within the programme. Planning TOR Revised estimates to be provided with TOR and signed off by Project Manager, Project Sponsor and IS Applications Management. Business Analysis Analysis Sign Off Review (PPAR) Revised estimates signed off as part of PPAR. Systems Analysis And Design Design Sign Off Review (PPDR) Revised estimates signed off as part of PPDR. Build Build Sign Off Review (PPBR) Revised estimates signed off as part of PPBR. Integration Integration Sign Off Review (PPIR) Revised estimates signed off as part of PPBR. Acceptance Acceptance Sign Off Review (ASOR) Revised estimates signed off as part of Acceptance Sign Off Review. Deployment Deployment Sign Off Review (DSOR) Revised estimates signed off as part of Deployment Sign Off Review. Closure Closure Review Actuals and estimates to be reviewed and reasons for divergence recorded as part of Closure Review. This is an important means of reviewing and improving the estimation process and building up a 'lesson learnt' database for projects. Table 2 Signing Off Estimates within The Project Methodology
  • 7. Project Planning and Resourcing Basics Project risks must be properly managed. There are many risks which can apply to projects which estimation techniques alone cannot adequately address. These include:  Unrealistic expectations of costs or timescales.  Unstable business requirements.  Lack of commitment from project stakeholders.  Poor project management or technical skills.  Unclear roles and responsibilities If any of these problems exist they should be addressed before the project is started! All projects must have a Task Plan or Gantt chart. This may be produced using ASTA Teamplan, Microsoft Project or Excel. This is used record the tasks, their estimated durations and any dependencies. The Task Plan is fundamental to determining an appropriate resourcing strategy for the project. Projects must also have an appropriate change control mechanism. There is no point in estimating and then allowing the scope to change so that the estimates are no longer valid. The Project Issue and Change Control Log (PICCL) is used to record all changes and ensure that the impact of the change is fully considered before the change is approved. Resourcing Strategy - Dedicated Resources Recent project management literature has discussed how best to deliver projects in matrix managed environments. This literature has identified the characteristics of optimally managed projects as:  Task plans and estimates are produced and maintained.  A dedicated team of resources are assigned 100% to the project.  Multitasking of development staff with other projects is minimised or, ideally, eliminated.  Customer and technical inputs are coordinated to achieve maximum effectiveness.  Project value is increased through the effective interaction of professional staff.  There is a clear enterprise wide priority for the project which can be referred to to resolve any resource conflicts which may arise.  Regular contact between the Project Manager and Resource Managers is maintained to provide rapid resolution of resource issues. Project Managers should try to bring their projects into line as far as possible with this model and book resources to the project, or as significant parts of the project as is possible, rather than individual tasks. Projects for which this approach is particularly recommended will typically have one or more of the following characteristics:  Require in excess of 150 Days technical resources.  Be categorised as "Essential" or "Funded"  Have one or more hard delivery milestones.  Can be managed as a joint and closely interacting team of IS and customer staff.
  • 8. The Project Manager can indicate the requirement for "dedicated" resources as part of the Project Proposal and ToR. Resourcing Strategy - Non Dedicated Resources For most Applications projects it will not be possible for the Project Manager to secure dedicated resources. For these projects and task estimates, including 95% confidence levels or contingencies as appropriate, are used to assign resources on a task by task basis. However with this approach the Project Manager must be aware of a number of factors which can prevent the effective deployment of resources and threaten the overall success of the project:  "Multi-Tasking" - the Developer has been forced to juggle priorities and resources are spread too thinly. As a result he/she switches from task to task reducing productivity, chewing up the available time and reducing the quality of the task deliverable.  "Procrastination Syndrome" - the Developer interprets the contingency as additional time to finish a task that they think they could do in less. If problems occur with other work this may be given priority and they don't make a start on the task until too late. There is now no safety margin and the task may be late.  "Early Completion Syndrome" - there is little reward for early completion, in fact if the Developer provided the original estimate they may find their future estimates reduced. In the absence of any incentives to do otherwise the Developer uses the time saved to undertake additional testing or make the solution more elegant. As a result the best outcome available is to finish on time. The key to successfully managing and reducing these problems is communication. Early identification of potential problems by the development team, Project Manager and/or the customer is essential. To promote successful communication it is strongly recommended that the Project Manager identify staff to fulfil the following key technical roles at the outset of the project:  Systems Analyst Developer  Technical Architect  Production Management Coordinator  IS Service Owner(s) Once identified the staff resources can be secured by means of a 10% resource booking with the relevant Resource Manager. This approach will promote a team culture and provide more flexibility for the Project Manager to secure these key resources for meetings and other project activities. This approach is accommodated with the overall estimate as staff will only record time to the project for actual work done. Resource Booking IS Applications staff resources are booked using ASTA Team Plan. IS Infrastructure staff resources are booked by following the procedures at: http://www.ucs.ed.ac.uk/isd/archpub/itir/
  • 9. References/Credits The author would like to acknowledge the following sources used in the preparation of these guidelines: (1) IT Project Estimation - A Practical Guide, Paul Coombs Cambridge University Press ISBN 0-52153285-X (2) Project Management In The Real World, Paul Lyden - FISTRAL Training and Consultancy http://www.albanorth.co.uk/ (3) Three Point Estimation, Paul Lyden - FISTRAL Training and Consultancy http://www.albanorth.co.uk/ (4) Bad Estimates Don't Just Happen, Joseph A Lucas (2006) PM Centres USA http://www.pmcentersusa.com/Portals/0/PMCUSA%20White%20Paper,%20Bad%20Estimates%20J ust%20Dont%20Happen.pdf