Thursday 11 July 2013

Testing Stop Process (Exit Criteria)

This can be difficult to determine. Many modern software applications are so complex, and run in such as interdependent environment, that complete testing can never be done. "When to stop testing" is one of the most difficult questions to a test engineer. Common factors in deciding when to stop are:

* Deadlines ( release deadlines,testing deadlines.)
* Test cases completed with certain percentages passed
* Test budget depleted
* Coverage of code/functionality/requirements reaches a specified point
* The rate at which Bugs can be found is too small
* Beta or Alpha Testing period ends
* The risk in the project is under acceptable limit.

No comments:

Post a Comment