Testing should be stopped when it meets the completion criteria. Now how to find the completion criteria? Completion criteria can be derived from test plan and test strategy document. Also, re-check your test coverage.
Completion criteria should be based on Risks. Testing should be stopped when -
Completion criteria should be based on Risks. Testing should be stopped when -
- Test cases completed with certain percentage passed and test coverage is achieved.
- There are no known critical bugs
- Coverage of code, functionality, or requirements reaches a specified point;
- Bug rate falls below a certain level, now testers are not getting any priority 1, 2, or 3 bugs.
- Measuring Test Coverage.
- Number of test cycles.
- Number of high priority bugs.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.