Multiple choice technology storage

Expected results are:

  1. a) only important in system testing

  2. b) only used in component testing

  3. c) never specified in advance

  4. d) most useful when specified in advance

  5. e) derived from the code

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

Expected results should be specified in advance (D) for all testing levels to enable pass/fail determination and prevent bias. They are not limited to system testing (A) or component testing (B), should not be ad-hoc (C), and come from requirements not code (E). Option D is the universally correct practice.