Regression testing focuses on validating
2023
Regression testing focuses on validating
Answer: C. software changes — Regression testing focuses on validating that recent changes to the software have not adversely affected existing functionality. It ensures that modifications…
- A.
module structure
- B.
module interfaces
- C.
software changes
- D.
None of the above
Attempted by 407 students.
Show answer & explanation
Correct answer: C
Regression testing focuses on validating that recent changes to the software have not adversely affected existing functionality. It ensures that modifications do not introduce new defects in previously working features.
Loading lesson…