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 is performed to verify that recent code changes, bug fixes, or enhancements have not adversely affected existing features or introduced new defects. Finding more defects is a byproduct, not the core objective, and it does not verify that the entire system is tested.