Multiple choice technology testing

What statement about expected outcomes is FALSE:

  1. expected outcomes are defined by the software’s behaviour

  2. expected outcomes are derived from a specification, not from the code

  3. expected outcomes include outputs to a screen and changes to files and

  4. expected outcomes should be predicted before a test is run

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

Expected outcomes must be derived from specifications or requirements, not from the software's actual behavior itself. If derived from the software, bugs would be accepted as correct behavior. All other options describe true traits of expected outcomes.