What is mean by Defect Metrics? Write some defect metrics?
Answers were Sorted based on User's Feedback
Answer / test master
Defect metrices are used for reporting purpose and to
evaluate the testing process.
Defect Density=No of defect in testing/KLOC*100
Defect Detecton Effectivness=No of defect in testing/(No of
defect in testing+UAT)*100
Defect Slippage=100-Defect Detection Effectivness
Defect Detection Efficiency=No of defect in testing/Total
execution effort*100
Defect Fixed Rate=No of defect fixed/No of defect in testing*100
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nuve1284
defect metrices are used for reporting purpose and to
evaluate the testing process.
eg:
no.of defect found in 1KLOC
defect density
no. defect found in a module etc etc
for more visit
www.swaretesting.blogspot.com
www.qtestpro.blogspot.com
Is This Answer Correct ? | 1 Yes | 0 No |
why is smoke testing done for a software?
what is the diff bet two tier and three tier arch?
What is reverse engineering?
When should you begin testing?
how do i write perfect test case for functional testing
my mail id is mudaseer123@gmail.com and password:qwertyiop but if i enter mail id in capital letters and password correctly should then what will happen?does it display login failed?
what is thetesting methodology that u r company folowing??
What is private and public bug in test plan?
How do you go about testing a project?
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.
what is port testing and mutation testing?
what r the reviews r u involing between the testcase writing and execution of those testcases?