Multiple choice technology testing

A typical commercial test execution tool would be able to perform all of the following EXCEPT:

  1. generating expected outputs

  2. replaying inputs according to a programmed script

  3. comparison of expected outcomes with actual outcomes

  4. recording test inputs

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

Test execution tools can record test inputs, replay them according to scripts, and compare expected vs actual outcomes. However, they cannot automatically generate expected outputs - this requires human knowledge of what the correct results should be. Expected outcomes must be specified by testers or derived from specifications. The tool automates execution and verification, not test design.