Differences between revisions 1 and 2
Revision 1 as of 2008-02-20 09:27:19
Size: 1639
Comment:
Revision 2 as of 2010-03-17 13:09:19
Size: 1640
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * There is [:ReleaseTestTemplate:a template] for writing release test steps  * There is [[ReleaseTestTemplate|a template]] for writing release test steps

Release Test Guidelines

The purpose of release tests is to test our software functionality on a macroscopic level.

Each iteration will have a task of defining the release test, and the last step in the iteration will be executing the release test.

Planning of release test (what to test)

  • We should always have tests testing default behavior
  • We should test that error scenarios are treated as expected
  • New behavior in this iteration should be tested in some depth
  • Behavior in previous iterations can be tested less thoroughly
  • Bugs that need release testing will usually only be tested in the first iteration after the bug is fixed. Otherwise the test will be incorporated in another test

Principles of release test descriptions (how to test)

  • The test should be operative and step-by-step. "Do this" "See that x looks like y". There should be no room for interpretation.
  • The success criteria should be clear
  • Running different parts of the release test should be possible independently and simultaneously
  • There is a template for writing release test steps

Execution of release test

  • Each test should be run by persons who have not participated in the development of the code tested (at least in the first iteration where it is tested)
  • Problems in the release test description can be fixed in cooperation with the release test coordinator
  • Problems in the software must be reported to Bugzilla. the QA master must decide if this bug is critical for the success. If the bug is critical, it must be fixed, and the release test restarted.

Releasetest Guidelines (last edited 2010-03-17 13:09:19 by localhost)