Multiple choice technology testing

If an acceptance criterion or expected result is not specified in a test

  1. it may be difficult to repeat the test

  2. It will be difficult to decide if the test has passed or failed

  3. We cannot run the test

  4. We cannot automate the user inputs

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

Without a specified acceptance criterion or expected result, a tester cannot objectively compare the actual outcome of a test against a standard, making it difficult to determine whether the test passed or failed.