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 |
Diff. between STLC and SDLC?
What is Guerrilla Testing?
What are the various techniques in black box testing?
what is actually contain test report? can anybody post the test report
what is Inspection?
Hi Friends, I wish to start my career in manual Testing as I believe I am ready to face Interviews.I have good domain knowledge in banking(investment and retail) and insurance.To be in the competition I have added three years of testing experience to my CV apart from my domain experience. Can someone please advice some real time tips which can help in facing the interview. Thanks in advance
Describe components of a typical test plan, such as tools for interactive products and for database products, as well as cause-and-effect graphs and data-flow diagrams.
What is Traceability Matrix? How will you exactly map it and in which stage will you prepare that?
How can we tes the performance of the web site?
The project is going through the maintainance phase I logged a defect which is critical for resolving ,the developement team is in US when they got the reported bug they gave the xplanation that it is a six year old written code moreover we don't have proper followup documents to authenticate this one....in this senario wat will u do??
Can anyone explain Boundary value Analysis and equavelance partition with real time example
what is upword and downword Testing?