General Test Case Template

Test Case writing is one of the basic activities in any testing process. While there is no standard procedure to write a test case, there are few general rules of thumb one must follow:
  1. Make test cases as simple as possible.
  2. Make sure that the expected result is clearly stated.
  3. Try to break a test case into multiple cases in case it becomes too complex.
  4. Make sure that the following are covered clearly:
    1. Test Steps
    2. Test Data
    3. Pre condition(s) – if any
    4. Post conditions(s) – if any

Attached is the sample test case template we can use.

General Test Case Template.xls

Hope it helps all….:)