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.
Loading...
Related Quiz
- What is the primary focus of integration testing in the software development process?
- Which element of SCM involves keeping track of all changes made to the system?
- Which phase of the SDLC comes after the implementation and maintenance of the system?
- Which type of maintenance is performed to avoid future problems with the software?
- How does regression testing ensure the consistent functionality of software after changes have been made?