Sunday, July 3, 2011

What test cases to be automated

Following are to name a few common test cases which needs to automated:
1. Test Cases that belongs to core functionality(which is less frequent or no change in functionality) sometimes called regression test cases.
2. Test Cases which needs to executed, but taking long times to execute manually.
3. Identify reusable actions which are used by most of the test cases.
4. The same test case which needs to verify with different values(data driven). The same test case with different environments(compatibility).

No comments: