Which type of testing focuses on ensuring that new changes do not adversely affect existing functionalities?

  • Integration Testing
  • Performance Testing
  • Regression Testing
  • Unit Testing
Regression testing specifically focuses on ensuring that new changes do not adversely affect existing functionalities. It involves retesting previously validated aspects of the system to catch any unintended side effects of recent modifications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *