Defect Density
Purpose:
Defect Density is used to detect the rate at which developers are generating defects
Definition
Defect Density is the number of confirmed defects detected in software/module during a defined period of development divided by the size of the software/module.
Formula
Defect Density = Defect/unit size
Unit size=Size is typically counted either in Lines of Code or Function Points.
Defect Density is used to detect the rate at which developers are generating defects
Definition
Defect Density is the number of confirmed defects detected in software/module during a defined period of development divided by the size of the software/module.
Formula
Defect Density = Defect/unit size
Unit size=Size is typically counted either in Lines of Code or Function Points.
Comments
Post a Comment