Multiple choice technology testing

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

  1. Regression testing

  2. Integration testing

  3. System testing

  4. User acceptance testing

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

Regression testing involves re-running previously executed tests to verify that recent code changes haven't adversely affected existing functionality. Test capture/replay tools record manual test interactions and play them back automatically, making them ideal for repeated regression cycles. Integration and system testing can benefit too, but regression requires the most frequent re-execution.