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 makes a good test engineer?
Explain V model in depth?
Hi everyone.This is one of my interview questions.Could you please send me the answer for this?My ID:spam4rekha@gmail.com Q : what is BVA and ECP ? Thank You rekha
What is regression testing? When to apply it?
what is use case
Describe Testing Decomposition?
Differentiate between severity and priority? who assign these parameters to a bug?
Explain Single View Testing ?
Write the test cases for yahoo home page
How many testcases can you write an avg for a day?
what is validation testing.
I faced following questions in Polaris Interview. 1. Tell me about u r current organization 2. what is Black box testing? 3. what is white box testing? 4. What is Functional Testing? 5. What is difference between Black box & functional ? 6. what is test plan? 7. what is test strategy? 8. what is difference between Test plan & test strategy? 9. What is smoke testing ? 10 what is sanity testing? 11. who will perform smoke testing? 12. Explain about Agile process? 13. How much you know about QTP? ( I mentioned in my resume as Exposure on QTP) 14. Explain about u r current project? 15. What is the Requirement Traceability Matrix? 16. Can u draw the template for Requirement Traceability Matrix? 17. What is Ad-hoc Testing? 18. What is difference between ReTesting and Regression Testing. 19. Can u explain about Bug life cycle? 20. How can u make sure whether all requirements are covered or not? 21. Can u explain biggest complexity in current project? 22. what is difference between bug severity and priority? 23. Which bug tracking tool is u r using? 24. can u give one example for High severity and low priority bug? 25. can u give one example for High priority and low severity bug? 26. What is security Testing?