Test Cases

ISTQ defines multiple entities to address test cases:

  1. Test-Case
    Contains a single test-case, which includes the following attributes:
    • Pre-Condition
    • Input and action
    • Taget values
    • Test instruction
    • Post-Condition
  1. Test-Sequence
    Contains a sequence of test-cases.
    The post-condition of a test case must be a pre-condtion of the following test-case.
  1. Test-Scenario
    Contains a set of Test-Sequences for a given components such as a business process or software component.