Monday, September 27, 2010

What does test design phase consists of ?

Designing for test involves activities like

  1. scoping out test coverage (one may use a traceability matrix for this),
  2. identifying different testing scenarios & appropriate test cases,
  3. preparation of test scripts and test data
  4. base-lining these as per configuration management requirements.

Test scripts will be required in case if any testing tools are used. In most cases we may have luxury of copying existing production data to the test bed for testing. But there are cases where production data may not be available due to security and other reasons where project team has to prepare the test data. If this test data to be generated is huge, decision has to be taken whether to purchase a tool for it or develop it in-house.