What's next?

Why not visit our main project management site for hundreds of articles, templates and step-by-step guides.

* *

Twitter Logo

Bookmark and Share

Conducting a Structured Test Plan

Question 16: Have you conducted a structured test plan?

*

Good Practice: You should test deliverables early on. One of the fundamental lessons derived from delivering IT projects is that the later you leave the testing in the development cycle, the more it costs to fix. A structured test plan should be developed and then conducted by people independent from the development team. In addition to testing the deliverables, you should also test the overall infrastructure over which the deliverables will run. The major components in the architecture should be tested before building the final deliverables.

The test development lifecycle contains the following elements:

  1. Test plan.
  2. Test specification.
  3. Code tests.
  4. Validate test.
  5. Run tests.

Test documentation is a required tool for managing and maintaining the testing process. Documents produced by testers should answer the following questions:

  • What to test?
  • How to test?
  • What are the results?

Common Mistakes

Warning Sign! Documentation or testing stages are cut to make up time.