Multiple choice technology testing

If an expected result is not specified then:

  1. We cannot run the test

  2. It may be difficult to repeat the test

  3. It may be difficult to determine if the test has passed or failed

  4. We cannot automate the user inputs

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

An expected result defines what should happen during a test, providing a baseline to determine success or failure. Without specifying expected results, it becomes impossible to evaluate whether the actual outcome matches the intended behavior, making pass/fail determination difficult or impossible.