What is a weighted Defect
What is Defect Density
Answers were Sorted based on User's Feedback
Answer / amrita
One of the above examples is right..
EX : 30 bugs found for 1200 lines code
Defect Density: 30 / 1200
Defect Density: 0.025
This is only Defect Density.
Weighted Defect density is you multiply the no. of defects
with a number. like for High critical defects - 5 ; medium
critical defects - 3 ; and for low critical defects - 1 ;
Weighted defects are say for example among the 30 defects
received 10 are High critical; 15 are Medium critical and 5
are low critical. Then
10X5=50
15X3=45
5X1=5
total: 50+45+5=100
Weighted defects density is: 100/1200 = 0.0833.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / chitra
Review defect can be measured by defect density where we
capture only number of defects identified, but does not
capture how well the reviewer finds the defects.
Review efficiency would be measured by the combination of
the number of defect and the weighted defect type.
example weighted defect:
To find the spell defects its easy to find it.It can be
weighted at 1.
But to find the architectural defect it requires efficiency
that can be weighted 4.
This example shows how we can see the efficiency not only
by number of defect but also by the nature(tough to
identify) of the defect.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / karunakar reddy
defect density means
no of defects found in an application/kloc
kloc means 1000m lines of code
if it is worng,plz be mailing me
| Is This Answer Correct ? | 10 Yes | 10 No |
Answer / sai charan
Number of lines of piece of code in above comment
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / sai charan
Defect Density : The number of Valid Bugs are reported /
Number of Piece of Code
EX : 30 bugs found for 1200 lines code
Defect Density : 30 / 1200
Defect Density : 0.025
Weighted defect and Defect density both are same.
| Is This Answer Correct ? | 3 Yes | 12 No |
What are the various ways of writing test cases?
can u explain what is concurrancy in testing
If Technical manager is not addressing to bugs while releasing the project , then how u can treat that bugs? a.open b.closed c.pending 4.deffered
Looking for a test management system I work for a small company (we are a group of five software engineers) into software testing and we are looking out for a test management software which has in-built live reporting and centralized repository systems.
Why is automation testing preferred over manual testing?
what is a scope?
5 Answers Thatavarti Technologies,
PET model architecture..?
When do you think qa activities should start?
What is Mutation Testing?
How to find all the bugs during first round of testing?
Please, list many things You’ll do (effort) as a SQA Tester, in this Company software project from the idea making of the specification, till that software released!
how web logic reacts with front-end and back-end application