Multiple choice technology testing

What is the objective of Regression Testing?

  1. The objective is to find out more defects

  2. The objective is to ensure the system is not impacted due to bug fixes / enhancements

  3. The objective is to check if the system works

  4. The objective is to confirm the whole system is tested.

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

Regression testing verifies that recent code changes, bug fixes, or enhancements haven't adversely affected existing features that were previously working correctly. Its primary objective is system stability - ensuring the system continues to function as expected after modifications. Option A is too broad - testing aims to find defects, but regression specifically focuses on preventing new defects from changes. Option C is vague, and option D describes complete testing, not regression's specific purpose.