1.

What Is Defect Rejection Ratio (drr) And Defect Leakage Ratio (dlr)?

Answer»

DRR = # of Defects Rejected/Tester to assess the tester PERFORMANCE
DRR = # of Defects Rejected/MODULE to assess the module complexity
DRR = # of Defects Rejected/Team/Project to assess the team performance. and
DLR = # of Defects UNCOVERED/Tester
DLR = # of Defects uncovered/Module
DLR = # of Defects uncovered/Project
( Uncovered- Defects MISSED out by the testing team)

DRR = # of Defects Rejected/Tester to assess the tester performance
DRR = # of Defects Rejected/module to assess the module complexity
DRR = # of Defects Rejected/Team/Project to assess the team performance. and
DLR = # of Defects uncovered/Tester
DLR = # of Defects uncovered/Module
DLR = # of Defects uncovered/Project
( Uncovered- Defects missed out by the testing team)



Discussion

No Comment Found