What is "bug leakage?" and what is "bug release?

What is "bug leakage?" and What is "bug release?"

A bug leakage results when a bug is detected which should have been detected in earlier builds/versions of the application.

A defect which exists during testing yet unfound by the tester which is eventually found by the tester/end-user is also called bug leakage.

A bug release is when a particular version of s/w is released with a set of known bug(s)/defect(s). These bugs are usually low severity and/or low priority bugs. It is done when the company can afford the existence of bug in the released s/w rather than the time/cost for fixing it in that particular version. These bugs are usually mentioned in the Release Notes.
How do you develop a test plan and schedule?
A test plan is contract between the testers and the project team describing the role of testing in the project...........
What's the role of CMM Level in Testing?
Role of CMM Level - Capability Maturity Model (CMM) is a model of 5 levels of process 'maturity' that determine effectiveness in delivering quality software...........
Difference between build and release
Build and release - A “build” is given by dev team to the test team. A “release” is formal release of the product to its customers.
Post your comment