Key points to write reusable test case
Reusable test case design is bit complex task. Tester put efforts on maximum specification coverage of test case. For a simple project tester writes thousands of test case. Some time it become difficult to find out reusable test case.
Test case writing is discipline approach for maximum benefit with less effort.
Key features for test case
- Specific to requirement
- Modularize
- Descriptive
- Easy and understandable
- Clear objective
- Clearly define Pass/fail criteria
I would like to prefer design of application based on specification. Test can modularize their test cases.
Modular approach will provide function reusable of test case.
Comments
Post a Comment