Module-03.1 Software Estimation
Module-03.1 Software Estimation
estimation
metrics
Module-03
THE MANAGEMENT SPECTRUM
Software project management is an art and
discipline of planning and supervising software
projects.
1. Software Scope
-Context-
-Information objectives-
-Function and performance-
2. Problem decomposition
C. The Process
Direct measures –
lines of code (LOC) produced
execution speed
memory size
defects reported over some set period of
time.
SOFTWARE MEASUREMENT
Indirect measures –
Functionality
Quality
Complexity
Efficiency
Reliability
maintainability
Process, project, and product metrics are
considered as software metrics.
Two software metrics-
1. Size-Oriented Metrics
2. Function-Oriented Metrics
1. SIZE-ORIENTED METRICS
Direct measures of the software product.
• 0 - not important,
• 1 – incidental,
• 2 – moderate,
• 3 – average,
• 4 – significant, and
• 5 – essential.
EXAMPLE-1
Calculate function point (FP) value for an
inventory system that needs to
– ‘Add a record’
– ‘Delete a record’,
– ‘Display a record’,
– ‘Edit a record’, and
– ‘Print a record’.
A system maintains one internal data file with all
records.
Σ(Fi) is given as 23.
Solution-
From given data, the information domain
value parameters can be determined as