Skip to main content
5 Tips for writing Good Test Cases
- Start with understanding and identifying the requirements to identify the testable components. Create a Trace-ability Matrix for coverage.
- Use Black Box Testing approach for your test case development. Write for all invalid and valid scenarios.
- The language should be simple. The test case should be written as it is guiding a user to use the system in small steps.
- All the test cases should be dry run by testers before test execution
- Keep updating the test cases!
Comments
Post a Comment