wht is Defect removable efficiency
Answer Posted / kris
The DRE is the percentage of defects that have been removed
during an activity, computed with the equation below. The
DRE can also be computed for each software development
activity and plotted on a bar graph to show the relative
defect removal efficiencies for each activity. Or, the DRE
may be computed for a specific task or technique (e.g.,
design inspection, code walkthrough, unit test, 6 month
operation, etc.). [SQE]
Number Defects Removed
DRE = –—————————————————— * 100
Number Defects At Start Of Process
DRE=A/A+B = 0.8
A = Testing Team ( Defects by testing team )
B = customer ( " " customer )
if dre <=0.8 then good product otherwise not.
ok, bye....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is ofx testing?
Why is software testing required?
Did any one completed CSTE certiication? can u send sample question papers? how to apply that? pls send it to my mail id - dsnathi@gmail.com THANKS IN ADVANCE
Explain severity with example and expalin each example?
Tell me about Agile scrum and what is your role in Scrum ?
How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
Manual and automation how do they help in bringing out quality product? Explain?
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is back to back testing?
what is mean by impact analysis ,how we used to select regression TC using this?
What is revision history and the content of revision history table?
In manual testing, what are stubs and drivers?