Question:

Regression testing is performed to ensure that ________.
 

Show Hint

Always run regression tests after adding or modifying code to ensure that previous functionalities are not affected.
Updated On: Jun 16, 2025
  • new code doesn't break existing functionality
  • all paths are covered
  • users accept the system
  • compliance with laws
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Regression testing ensures that new changes to the system, such as bug fixes or feature enhancements, do not inadvertently break or interfere with the existing functionality of the system. This testing ensures the stability of the software over time.
Was this answer helpful?
0
0