6
Reply

What is meant by "defect density"?

Meenakshi Ramachandran

Meenakshi Ramachandran

Nov 19, 2013
1.4k
0

    Defect Density is the number of confirmed defects detected in software/component during a defined period of development/operation divided by the size of the software/component. The 'defects' are: confirmed and agreed upon (not just reported).

    Keerthi Venkatesan
    June 08, 2016
    1

    Defect Density can be used to determine if the amount of testing is sufficient. Ways of calculating defect density Defect density = Total number of defects/LOC

    defect denesity=number of lines of code in module/number of defects in the module

    vishwanath kumar
    July 02, 2015
    0

    Defect density is (defective test scripts / total test scripts)*100

    I'm guessing that Defect Density is used in order to detect the rate at which your programmers are generating defects, whereas subtracting fixed defects is to do with the number of complaints made by your customers/end users.Of your goals, (a) seems unsound, (b) is hugely incisive and will pay dividends and (c) may induce false optimism.You should really be aiming for Zero Defects and you should, for metrics purposes, ignore bugs found and fixed before release.

    Munesh Sharma
    April 15, 2014
    0

    Defect density = No.of errors

                             ------------------
                             Total lines of code

    Meenakshi Ramachandran
    November 19, 2013
    0