What is Defect Leakage? and explain with example?
Answers were Sorted based on User's Feedback
Answer / sampath
The defect or issue or bug filed by the end user or
customer that is missed by the QA eng while testing the
application is called defect leakage.
| Is This Answer Correct ? | 77 Yes | 6 No |
Answer / ramprasad.s
Defect leaks out from the Tester or Testing team and is
identified by the End user while executing the application,
we call it as defect leakage.
| Is This Answer Correct ? | 43 Yes | 4 No |
Answer / balamurali
Defects missed from one leval of testing to next leval of
testing is called defect leakage.
Unit leval-> Component leval ->Integration leval -> System
leval -> Customer leval -> End user leval
Formula any leval
Defect leakage = (No of defects found on the current
leval/Total defects including the previous levals) *100
Example : System leval defects found is 45 and the total
defects thats include Unit leval -> Component leval -
>Integration leval -> System leval = 400
Then Defect leakage = (45/400)100 =11.25 percentage
| Is This Answer Correct ? | 32 Yes | 10 No |
Answer / athar
Defect leakage: The product delivered in client environment after that defect identified by client or end use and we gets the feedback is called defect leakage. This Defect Leakage is also called as Bug Leak.
| Is This Answer Correct ? | 15 Yes | 6 No |
when design phase is going on what testing team will do?
pliz anyone explain what is the DEFAULT BUG & also give me some example.Thanks in advance..
Explain Boudary value testing and equivalence testing ?
At what stage of the development cycle software errors are least costly to correct?
1) What is the differrence in Test Strategy and Test Approach 2)What is System Integrartion Testing
How to do credit card (banking application) security testing?
From Quality Center, how can we take a back up of a project??
What is the bug life cycle? In which part u involved?
2 Answers AMES Technology, Covansys, Sankhya Infotech,
In V-model both testing and development done simultaneosly,we know that.But how can you say that both happen parallely.how is it related in real time?This question has been asked to me today only.Can any one please help me on this?
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
Do you face any showstoppers issue in your current project? Explain
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not