Multiple choice technology testing

what is a test condition

  1. An input,expected outcome,precondition and post condition

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

  3. something that can be tested

  4. specific state of software

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

Under standard testing definitions (such as ISTQB), a test condition is defined as any item, element, or event of a component or system that can be verified by one or more test cases; hence, 'something that can be tested'. An input and expected outcome define a test case instead.