Unit 2
Unit 2
Functional Point(FP)
Function Point (FP) is an element of software development
which helps to approximate the cost of development early
in the process. It may measure functionality from user’s
point of view.
Example:
Example:
Example:
Example:
Example:
F = 14 * scale
0 - No Influence
1 - Incidental
2 - Moderate
3 - Average
4 - Significant
5 - Essential
Example: Problem
Question: Given the following values, compute function
point when all complexity adjustment factor (CAF) and
weighting factors are average.
User Input = 50
User Output = 40
User Inquiries = 35
User Files = 6
External Interface = 4
Explanation:
Step-2:
CAF = 0.65 + ( 0.01 * 42 ) = 1.07
Step-4:
Function Point = 628 * 1.07 = 671.96