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 manual test interactions and replay them automatically, making them ideal for regression test automation. They capture user actions and test inputs during manual execution, then reproduce them precisely to validate that recent changes haven't broken existing functionality.