- Test cases should have very good test case coverage.
 - Test Cases should have good coverage with less no. of steps.
 - Test Case should be written by applying test case design techniques.
 - Test Case should be simple to understand.
 - If test cases given to any new Tester, he/ she should be able to execute the test cases without asking any questions or clarifications.
 - Test Case should be written in test case template.
 - Test Case should be consistent, means flow or sequence should be good.
 - Test Case should consists of both positive and negative scenarios.
 - Test cases should be able to catch the defects.
 - Test cases should not be redundant, means no duplicates.
 - Test Cases should be very easy to convert into Automation scripts.
 
These are the characteristics of Good Test Case.
Thanks for reading my article.
Happy Testing !!!!
No comments:
Post a Comment