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. Outut 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 testing. They allow tests to be executed repeatedly without manual intervention, ensuring that recent changes haven't broken existing functionality. The other options are either not standard tools or not primarily used for regression automation.