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