+1 vote
in Testing by
What does defect removal efficiency mean in software testing?

1 Answer

0 votes
by
Defect removal efficiency (DRE) is one of the testing metrics. It is an indicator of the efficiency of the development team to fix issues before the release.

It gets measured as the ratio of defects fixed to total the number of issues discovered.

For example, let’s say, there were 75 defects discovered during the test cycle while 62 of them got fixed by the development team at the time of measurement. The DRE would be 62/75 = 82.6%

Go through the Manual Testing Training to get clear understanding of Weak AI and Strong AI.

Related questions

0 votes
asked Mar 27, 2021 in Testing by rajeshsharma
+1 vote
asked Mar 28, 2021 in Testing by rajeshsharma
...