estimation for software projects 1. software project planning 2 the overall goal of project planning...

34
Estimation for Software Projects 1

Upload: whitney-baker

Post on 20-Jan-2016

221 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation for Software Projects

1

Page 2: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Software Project Planning

2

The overall goal of project planning is to The overall goal of project planning is to establish a pragmatic strategy for establish a pragmatic strategy for controlling, tracking, and monitoring a controlling, tracking, and monitoring a complex technical project.complex technical project.

Why?Why?

So the end result gets done on time, with So the end result gets done on time, with

quality!quality!

Page 3: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Project Planning Task Set-I Establish project scope

Determine feasibility Analyze risks Define required resources

Determine require human resources Define reusable software resources Identify environmental resources

3

Page 4: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Project Planning Task Set-II Estimate cost and effort

Decompose the problem Develop two or more estimates using size,

function points, process tasks or use-cases Reconcile the estimates

Develop a project schedule Establish a meaningful task set Define a task network Use scheduling tools to develop a timeline

chart Define schedule tracking mechanisms

4

Page 5: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation

Estimation of resources, cost, and schedule for a software engineering effort requires experience access to good historical information

(metrics) the courage to commit to quantitative

predictions when qualitative information is all that exists

Estimation carries inherent risk and this risk leads to uncertainty

5

Page 6: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Software Project Plan ?

6

SoftwareSoftwareProjectProject

PlanPlan

Project ScopeProject ScopeEstimatesEstimatesRisksRisksScheduleScheduleControl strategyControl strategy

Page 7: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

To Understand Scope ... Understand the customers needs

understand the business context understand the project boundaries understand the customer’s

motivation understand the likely paths for

change understand that ...

7

Even when you understand,Even when you understand,nothing is guaranteed!nothing is guaranteed!

Page 8: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

What is Scope?

Software scope describes The functions and features that are to be

delivered to end-users The data that are input and output The performance, constraints, interfaces, and

reliability that bound the system. Scope is defined using one of two

techniques: A narrative description of software scope is

developed after communication with all stakeholders.

A set of use-cases is developed by end-users.

8

Page 9: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Resources

9

project

people

skills

number

location

reusable software

OTS components

full-experience components

new components

part.-experience components

environment

hardware

software tools

network resources

Page 10: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Project Estimation

Project scope must be understood

Elaboration (decomposition) is necessary

Historical metrics are very helpful

At least two different techniques should be used

Uncertainty is inherent in the process

10

Page 11: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation Techniques

Past (similar) project experience Conventional estimation

techniques task breakdown and effort

estimates size (e.g., FP) estimates

Empirical models Automated tools

11

Page 12: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation Accuracy Based on …

the degree to which the planner has properly estimated the size of the product to be built

the degree to which the project plan reflects the abilities of the software team

the stability of product requirements and the environment that supports the software engineering effort.

12

Page 13: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Functional Decomposition

13

functional functional decompositiondecomposition

StatementStatementofof

ScopeScopePerform a Perform a

Grammatical “parse”Grammatical “parse”

Page 14: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Conventional Methods:LOC/FP Approach

Compute LOC/FP using estimates of information domain values

Use historical data to build estimates for the project

14

Page 15: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Example: LOC Approach

15

Average productivity for systems of this type = 620 Average productivity for systems of this type = 620 LOC/pm. LOC/pm.

Burdened labor rate =$8000 per month, the cost per Burdened labor rate =$8000 per month, the cost per line of code is approximately $13. line of code is approximately $13.

Based on the LOC estimate and the historical Based on the LOC estimate and the historical productivity data, the total estimated project cost is productivity data, the total estimated project cost is $431,000 and the estimated effort is 54 person-months.

Page 16: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Example: FP Approach

16

The estimated number of FP is derived:The estimated number of FP is derived:FPFPestimatedestimated = count-total = count-total 33 [0.65 + 0.01 x [0.65 + 0.01 x SS(F(Fii)])]

FPFPestimatedestimated = 375 = 375

organizational average productivity = 6.5 FP/pm. organizational average productivity = 6.5 FP/pm. burdened labor rate = $8000 per month, approximately $1230/FP. burdened labor rate = $8000 per month, approximately $1230/FP. Based on the FP estimate and the historical productivity data, Based on the FP estimate and the historical productivity data, total estimated project cost is $461,000 and estimated effort is 58 person-months.

Page 17: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Example: FP Approach

17

Page 18: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Example: FP Approach

18

Complexity adjustment factor 1.17

The estimated number of FP is derived:The estimated number of FP is derived:FPFPestimatedestimated = count-total X [0.65 + 0.01 X = count-total X [0.65 + 0.01 X

SS(F(Fii)])]

FPFPestimatedestimated =320 X 1.17 =320 X 1.17

FPFPestimatedestimated = 375 = 375

organizational average productivity = 6.5 FP/pm. organizational average productivity = 6.5 FP/pm. burdened labor rate = $8000 per month, approximately burdened labor rate = $8000 per month, approximately $1230/FP. $1230/FP. Based on the FP estimate and the historical productivity Based on the FP estimate and the historical productivity data, data, total estimated project cost is $461,000 and estimated effort is 58 person-months.

Page 19: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Process-Based Estimation

19

Obtained from “process framework”Obtained from “process framework”

applicationfunctions

framework activitiesframework activities

Effort required to accomplisheach framework activity for each application function

Page 20: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Process-Based Estimation Example

20

Based on an average burdened labor rate of $8,000 Based on an average burdened labor rate of $8,000 per month, per month, the total estimated project cost is $368,000 and the estimated effort is 46 person-months.

Page 21: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Empirical Estimation Models

21

The Structure of Estimation Models

E = A + B x (ev)C

where A, B, and C are empirically derived constants, E is effort in person-months, ev is the estimation variable (either LOC or FP).

Page 22: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Empirical Estimation Models

Among the many LOC-oriented estimation models proposed in the literature are Walston-Felix model E = 5.2 x (KLOC)0.91 Bailey-Basili model E = 5.5 + 0.73 x

(KLOC)1.1

Boehm simple model E = 3.2 x (KLOC)1.05 Doty model for KLOC > 9 E = 5.288 x (KLOC)1.047

FP-oriented models Albrecht and Gaffney model E = -13.39 + 0.0545 FP Kemerer model E = 60.62 x 7.728 x 10-

8FP3

Matson, Barnett and Mellichamp model

E = 585.7 + 15.12 FP 22

Page 23: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

COnstructive COst MOdel.COCOMO-II

( Successor of COCOMO - introduced in 80s)

COCOMO II is actually a hierarchy of estimation models that address the following areas: Application composition model. Used during the early stages of

software engineering, when prototyping of user interfaces, consideration of software and system interaction, assessment of performance, and evaluation of technology maturity are paramount.

Early design stage model. Used once requirements have been stabilized and basic software architecture has been established.

Post-architecture-stage model. Used during the construction of the software.

23

Page 24: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

COCOMO-II

Sizing information object points, function points, lines of source code.

The object point is an indirect software measure (like FP) that is computed using counts of the number of screens (at the user interface), reports, components likely to be required to build the application.

Each object instance (e.g., a screen or report) is classified into one of three complexity levels (simple, medium, or difficult) Complexity is a function of the number and source of the client and

server data tables that are required to generate the screen or report and the number of views or sections presented as part of the screen or report.

24

Page 25: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

COCOMO-II

Once complexity is determined, the number of screens, reports, and components are weighted according to Table

25

The object point count is determined by multiplying the original number of object instances by the weighting factor.

Page 26: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

COCOMO-II

When component-based development or general software reuse is to be applied, the percent of reuse (%reuse) is estimated and the object point count is adjusted:

NOP = (object points) x [(100 - %reuse) / 100]

where NOP is defined as new object points Now

estimated effort = NOP/PRODWhere PROD ( Productivity Rate ) may be derived from

26

Page 27: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

The Software Equation

27

A dynamic multivariable modelA dynamic multivariable model

E = [LOC x BE = [LOC x B0.3330.333/P]/P]33 x (1/t x (1/t44))where where

E = effort in person-months or person-yearsE = effort in person-months or person-years

t = project duration in months or yearst = project duration in months or years

B = “special skills factor”B = “special skills factor”P = “productivity parameter” P = “productivity parameter” that reflects:

Overall process maturity and management practicesThe extent to which good software engineering practices are usedThe level of programming languages usedThe state of the software environmentThe skills and experience of the software teamThe complexity of the application

Page 28: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation for OO Projects-I1. Develop estimates using effort decomposition, FP

analysis, and any other method that is applicable for conventional applications.

2. Using object-oriented requirements modeling develop use-cases and determine a count.

3. From the analysis model, determine the number of key classes

4. Categorize the type of interface for the application and develop a multiplier for support classes:Interface type MultiplierNo GUI 2.0Text-based user interface 2.25GUI 2.5Complex GUI 3.0

28

Page 29: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation for OO Projects-II

5. Multiply the number of key classes (step 3) by the multiplier to obtain an estimate for the number of support classes.

6. Multiply the total number of classes (key + support) by the average number of work-units per class. Lorenz and Kidd suggest 15 to 20 person-days per class.

7. Cross check the class-based estimate by multiplying the average number of work-units per use-case

29

Page 30: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation for Agile Projects

Each user scenario (a mini-use-case) is considered separately for estimation purposes.

The scenario is decomposed into the set of software engineering tasks that will be required to develop it.

Each task is estimated separately. Note: estimation can be based on historical data, an empirical model, or “experience.” Alternatively, the ‘volume’ of the scenario can be estimated in

LOC, FP or some other volume-oriented measure (e.g., use-case count).

Estimates for each task are summed to create an estimate for the scenario. Alternatively, the volume estimate for the scenario is translated

into effort using historical data. The effort estimates for all scenarios that are to be

implemented for a given software increment are summed to develop the effort estimate for the increment.

30

Page 31: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

The Make/Buy Decision

31

Page 32: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Computing Expected Cost

32

(path probability) (path probability) x (estimated path cost) (estimated path cost) ii ii

For example, the expected cost to build is:For example, the expected cost to build is:

similarly,similarly,

expected cost =

Page 33: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

___________________

33

Page 34: Estimation for Software Projects 1. Software Project Planning 2 The overall goal of project planning is to establish a pragmatic strategy for controlling,

Estimation with Use-Cases

34

use cases scenarios pages Ź scenarios pages LOC LOC estimatee subsystem 6 10 6 Ź 12 5 560 3,366subsystem group 10 20 8 Ź 16 8 3100 31,233e subsystem group 5 6 5 Ź 10 6 1650 7,970

Ź Ź Ź Źstimate Ź Ź Ź Ź 42,568

User interface subsystem Engineering subsystem group Infrastructure subsystem group

Total LOC estimate

Using 620 LOC/pm as the average productivity for systems of Using 620 LOC/pm as the average productivity for systems of this type and a burdened labor rate of $8000 per month, the cost this type and a burdened labor rate of $8000 per month, the cost per line of code is approximately $13. Based on the use-case per line of code is approximately $13. Based on the use-case estimate and the historical productivity data, estimate and the historical productivity data, the total estimated project cost is $552,000 and the estimated effort is 68 person-months.

User interface subsystem ( UICF )Engineering subsystem group ( 2DGA+3DGA+DAM )Infrastructure subsystem group ( CGDF+PCF )