What Defect Density?
Answers were Sorted based on User's Feedback
Number of defects found in pre-delivery stage agains actual
size of the milestone.
Defect density is a measure of the total known defects
divided by the size of the software .
Number of Known Defects
Defect Density = ---------------------------------
Size
The Number of Known Defects is the count of total
defects identified against a particular software entity,
during a particular time period.
Use for Defect Density is to compare subsequent
releases of a product to track the impact of defect
reduction and quality improvement activities.
| Is This Answer Correct ? | 2 Yes | 1 No |
Defect density is one of the most important factors that allow one to decide if a piece of software is ready to be released.
One of the easiest ways to judge whether a program is ready to release is to measure its defect density—the number of defects per line of code.
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.
In theory, one can find all the defects and count them, however it is impossible to find all the defects within any reasonable amount of time.
Estimating defect density can become difficult for high reliability software, since the remaining defects can be extremely hard to test.
Defect seeding will work only if the distribution of seeded defects is similar to the existing.
DEFECT DENSITY FORMULA:
Defect Density = Number of Defects
_______________________
Size
USES:
1. For comparing the relative number of defects in various software components so that high-risk components can be identified and resources focused towards them.
2. For comparing software/products so that ‘quality’ of each software/product can be quantified and resources focused towards those with low quality.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between GUI and Usability Testing?
Guys, can any one of u give the realtime example for Unit Testing?
what are the questions asked on projects in testing for 2+ and 3+ exp??
How you will do the functional testing ?
which based on check each field in application?
What type of metrics we prepare in testing?
What is the job of Quality Assurance Engineer? Difference between the Testing & Quality Assurance job.
When they freez(baseline) the requirement means in which phase of sdlc
I want to know about satyam manual testing questions
how far the test tracability matrix hepls in regression testing ?
what is meant by web service testing and what is the use of web service testing ?
what is negative testing and positive testing with example?