Multiple choice technology testing

What type of tools to be used for Regression Testing

  1. Performance

  2. Record/Playback

  3. A. & B

  4. None

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

Regression testing requires re-running existing tests to verify that recent changes haven't broken existing functionality. Record/playback tools automate this by recording test actions once and replaying them repeatedly. Performance testing tools (A) measure system performance under load, not functional correctness. Record/playback is the standard tool type for automating regression test suites.