What is the main objective of regression testing in the software development life cycle?

  • To verify new features
  • To identify defects in the initial code
  • To ensure that new code changes do not introduce new defects in existing functionality
  • To improve code performance
The main objective of regression testing is to ensure that new code changes do not introduce new defects or issues in the existing functionality of the software. It helps maintain the overall quality and reliability of the software.
Add your answer
Loading...

Leave a comment

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