1 |
Identify Required System Tests |
- Examine the design documents in the technical data package and the reference solution diagrams. Determine which kinds of tests are required to meet the objectives of the design.
- The tests should ensure that any product requirement (interface, safety, security, operational, or functional) incorporated in the design is tested adequately.
- Tests should include both positive tests to ensure that the product requirement is implemented properly as well as negative tests to try to break the product and demonstrate that some part of the requirement is not met.
- Tests should be automated as much as possible. Consider using Visual Studio Team System testing functionality such as Web tests, load tests, and stress tests. Consider using other automated testing tools available and appropriate for the given design. Consider developing test harnesses to test certain aspects of the design.
|