What type of tools to be used for Regression Testing
-
Performance
-
Record/Playback
-
A. & B
-
None
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.