Multiple choice technology testing

What is a test condition?

  1. An input, expected result, precondition and postcondition

  2. The steps to be taken to get the system to a given point

  3. Something that can be tested

  4. A specific state of the software

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

According to standard testing definitions (like ISTQB), a test condition is an item or event of a component or system that can be verified by one or more test cases. Option 1 defines a test case, and option 2 defines a test procedure or test script.