wht is Defect removable efficiency
Answers were Sorted based on User's Feedback
Answer / srinivas poodari
The difference of the defects which are found by the
testing people and custemer side people.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ns reddy
DRE=0-1(Range).
DRE=A/A+B
DRE = Defect Removal Efficiency.
A = Defects found by the Testing Team. .
B = Defects raised by the Customer.
DRE=80/80+20=80/100=4/5=0.8 (Good Software).
GOOD SOFTWARE :0.7-1
POOR SOFTWARE :Below 0.7
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
Could anybody send me testcase format for website testing?
If tester had written test cases for application, then in next build if same features are modified with some changes. Then Should I have to write test cases for the same features to verify new expected results.OR What should I do?
what is impact analysis
Which appraisal method class is the best?
I want to know all detail of v model phases
What is reliable testing? Give me an example
Pls give examples for 1. High severity and high priority. 2. High severity and low priority. 3. Low severity and high priority. 4. Low severity and low priority
what are the 3 key elements of agile methodology
Apart from integrating testing,what a test engineer will do in system testing?
hai, pls. explain V-Model clearly. Pls. give me guidience how to explain V-Model in interviews?
what are the 508 rules of accessbility Testing ?
write test case for 1<=a<10;10<=b<=20 using boundry value analysis