Create test plan organization
Define the organization structure you will use in the test plan i.e. chapters, sections, index, etc. |
Add Test Cases to test suite
Each test case should include preconditions, data, test flow, and expected results. |
Add "verify" traceability from test cases to requirements
It is important to establish traceability from the test case to the requirement as soon as you write the test case. |
Perform coverage analysis to ensure test case coverage is adequate
This is very difficult to do by hand. It is best to perform coverage analysis using test coverage tools. |
Specify tester steps required for test execution
The tester must know how to set up, perform, and analyze the test execution. |
|