what is defect density
Answers were Sorted based on User's Feedback
Answer / rashmi garg
defect density is the count of total defects identified
against a particular software entity
it is calculated as...
no of defects/ size of software
where size is typically counted in lines of code
this is used to compare the relative number of defects in
various software components, to find out the defect prone
areas of the application
| Is This Answer Correct ? | 66 Yes | 2 No |
Answer / sudhakar8
Defect density = Total number of defects/LOC (lines of code)
Defect density = Total number of defects/Size of the project
Size of Project can be Function points, feature points, use
cases, KLOC etc
| Is This Answer Correct ? | 36 Yes | 1 No |
Answer / paddy
Defect Density is "amount of defects found in total length
or size of program code"
Defect Density = amount of defects/length or size of program
code
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / rajesh
If size is diffecult to find the replace the size with
Effort spent i.e. # of Defects/Effort Spent.
| Is This Answer Correct ? | 11 Yes | 4 No |
Answer / iqubal
Defect Density
Defect Density Definition
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.
Elaboration
The 'defects' are:
* confirmed and agreed upon (not just reported).
* Dropped defects are not counted.
The ‘period’ might be for one of the following:
* for a duration (say, the first month, the quarter, or
the year).
* for each phase of the software life cycle.
* for the whole of the software life cycle.
The ‘size’ is measured in one of the following:
* Function Points (FP)
* Source Lines of Code
Defect Density Formula
Defect Density Uses
* For comparing the relative number of defects in
various software components so that high-risk components can
be identified and resources focused towards them
* 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 ? | 7 Yes | 7 No |
Answer / sri
Defect Density = No.of issues Raised/No.of Issued Fixed
| Is This Answer Correct ? | 11 Yes | 71 No |
what r the main benifits of web-logic(application server)
what is meant by negative testing..give me one example?
17 Answers MBT, TCS,
What is the base Criteria to review the testcases?
What are the technical and environment risks u faced in ur testing career?
Give one example for both QC and QA
We have one home page for a web application.It has so many components which are being tested by different teams. If one component testing get delayed but all other components testing is done, can we sign off testing for that home page? If no, what should be done?
What are the three C's for the present QA in the IT industry.
Please, anyone out there that had been a SQA Tester, would You all give me a hint on this Job? Is becoming a SQA Tester is easy? Is it a tough one? Please help me on finding a way on this very first Job of mine?
What is the difference between testing and Quality Assurance?
How to perform SQL inject test for a login page using OWASP ZAP proxy security testing tool
What is the Use of Bug Tracking Tools.? what are the common and Importent Fields in any Bug Tracking Tool?
Explain what is a cause effect graph?