Multiple choice technology testing

Which section of the test case specifies the conditions that are necessary to execute that test case

  1. Post conditions

  2. Test case design

  3. Pre condition

  4. TER

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Precondition section specifies the required state, setup, or conditions that must exist BEFORE a test case can be executed. This ensures the test starts from a valid, known state. Postconditions describe the state after execution, while Test case design covers the test logic itself.