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 |
tell me about high severity & high priority bug?
what is a test plan....... can any one explain me with an example.... and how to develop an test plan.........
what is stub?Explain in testing point of view?
password is having 6 digit alphanumerics then what r the possible input conditions?
6 Answers Logica CMG, Visual Soft,
i have 2.5 years of experience in manual testing and qtp. can anyone say me what kind of questions do they ask on manual testing and qtp.
Does Automation replace Manual Testing?
how to execute manual test cases?
1. Hai, if we are not having any SRS,BRS docs., how can we prepare the test cases & how can we test the application ? 2. In this, is it possible to make 100% bug free.
How to explain the project? (banking)
What is Configuration management? Tools used?
If I have written the test cases for any module.And some features are added/removed to & from that module then what should I do with test cases?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.