Multiple choice technology testing

Which of the following tools would be involved in the automation of regression test

  1. Data tester

  2. Boundary tester

  3. Capture/Playback

  4. Output comparator

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

Capture/Playback tools record user interactions with the software and automatically replay them to verify that existing functionality still works correctly after changes. This makes them particularly valuable for regression testing, where the same test cases need to be executed repeatedly across multiple software builds. Other options like Data tester, Boundary tester, and Output comparator serve different testing purposes and are not primarily designed for test automation.

AI explanation

Capture/Playback tools record a tester's interactions with an application once and then replay them automatically, which is exactly what's needed to re-run the same set of checks repeatedly for regression testing. Data testers, boundary testers, and output comparators support specific testing activities but don't drive the record-and-replay automation that regression suites rely on.