Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The purpose of the test case document is to document expected behavior of the Score’s functionalities. This includes all rules and constraints on certain functionalities. This information is then used for developing acceptance test scripts and also user guide.

Test Case Document can be access at this link.

Document Structure

Test case document provides three levels of functional decomposition (or grouping). The first level is Test Suites. Each Test Suite has one or more Test Cases. Each Test Case typically has many Test Assertions and Test Steps. Test Steps are optional. They human readable version of test scripts. Having them as a prelude to test script writing will make the task easier. However, it could be cumbersome to keep them in sync as some ideas may change quite a bit when writing the test script.

...