![]() |
| Difference Between Exit Criteria and Entry Criteria |
Exit Criteria
Exit criteria define when to stop testing such as at the end of a test level or when a set of tests have achieved specific goal. Exit criteria are the criteria or requirements that must be met before completion of a specific task or process. It is predefined set of conditions that must exist before a unit of project work can be deemed completed. It is used a process control mechanism to verify that a process or subprocess has been completed and that its product are of acceptable quality.
Two approaches for Exit Criteria:
- Pessimistic Approach
- Optimistic Approach
Entry Criteria
Entry criteria define when to start testing such as at the beginning of a test level or when a set of tests is ready for execution. Entry criteria are the requirements which must be met before initiating a specific task or process. It is predefined set of conditions that must be met before initiating a specific project. It is used as a process control mechanism to determine the cost effectiveness of initiating a process or sub-process. Typical exit criteria may cover the following:
- Thoroughness measures, such as coverage of code, functionality or risk
- Estimates of defect or reliability measures
- Cost
- Residual risks, such as defect not fixed or lack of test coverage in certain areas
- Schedules such as those based on time to market
- Availability of proper and adequate test data
- Presence of proper testable data
- Testers are trained and necessary resources are available
- Documentation plan and Test design is ready
Exit criteria comes into picture, when:
i. Maximum test cases are executed with certain pass percentage.
ii. Bug rate falls below certain level.
iii. When achieved the deadlines or budget limit.
Evaluating exit criteria has the following major tasks:
iv. To check the test logs against the exit criteria specified in test planning.
v. To assess if more test are needed or if the exit criteria specified should be changed.
vi. To write a test summary report for stakeholders.
Factors for determining entry/exit criteria:
- Acquisition and Supply
- Test items
- Defects/Bugs
- Test Cases
- Coverage
- Quality
- Money/Budget
- Risks
Reviewed by Nischal Lal Shrestha
on
February 09, 2021
Rating:


No comments: