Multiple choice technology testing

How can you ensure that the test can be iterated?

  1. Load the appropriate add-in

  2. Have all required applications running on the desktop

  3. Set initial and end conditions as part of the test

  4. None of the above

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

Setting initial and end conditions establishes a clear starting state and expected completion state for the test. This allows the same test to be executed multiple times with predictable behavior. Without defined conditions, tests may produce inconsistent results across iterations.