Multiple choice technology testing

What type of tool is best suited for Regression Testing?

  1. Test management tool

  2. Capture/Playback

  3. Boundary Tester

  4. Data Comparator

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

Regression testing verifies that existing functionality still works after changes. Capture/Playback tools record test actions and replay them automatically, making them ideal for repeated regression tests. Test management tools organize tests but don't execute them. Boundary testers focus on edge cases, not regression. Data comparators validate data integrity.