What is Defect Density?
Answers were Sorted based on User's Feedback
Answer / anil
Defect Density = no.of Bugs/KLOC
It indicates that how many number of bugs u find for ever
1000(kilo) lines of code.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / keshab
Defect Density will show how many bug is available in KLOC
like tester will find 650 bug in 10000 line
it means 6508*1000/10000 = 65 bug in KLOC
it will show capability of developer
it will also define quality of product
some organization will release produce according to Defect
Density like .5 in KLOC
| Is This Answer Correct ? | 0 Yes | 0 No |
what does srs document contains?
whenever the requirements are not given by the customer what type of testing you do?
What is Test Pack in software testing? OR What Test Pack consist of?
How do you determine user load for a performance test of a Web application?
which knowledge is must for tester
Can anyone give me the usecase template???
What if the software is so buggy it can't really be tested at all?
what is test model in testing?
what are the techniques(steps) to follow for writing test cases? could u explain me with brief real time example?
What is mean by Sanitation Testing?
Can anyone explain me about, the white box testing and black box testing, in detail?
What is Boundary Value Analysis(BVA) and Equivalence Class Partition(ECP)?