In software testing, what is the purpose of regression testing ?
2026
In software testing, what is the purpose of regression testing ?
Answer: B. Verify that changes haven't broken existing functionality — Regression testing ensures that recent code changes have not adversely affected existing functionality.
- A.
Test new features only
- B.
Verify that changes haven't broken existing functionality
- C.
Test system performance
- D.
Validate user requirements
Attempted by 256 students.
Show answer & explanation
Correct answer: B
Regression testing ensures that recent code changes have not adversely affected existing functionality.
Loading lesson…