Function Points

Basic idea

Measure software size by the functionality delivered to the user, not by code volume. Counts inputs, outputs, inquiries, internal files, and external interfaces; multiplies by complexity weights; adjusts by 14 general system characteristics.

Key formulas

Is used to express the amount of functionality in a software system, as seen by the user. A higher number of function points indicates more functionality. Typically used to:

Advantages of function points

Disadvantages of function points

Siblings