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
- How does the Adapter design pattern enable the compatibility between two incompatible interfaces?
- What is a primary reason to conduct white box testing?
- What does API stand for in the context of software development?
- In the context of cybersecurity, reverse engineering can be employed to analyze ______ and devise defensive strategies.
- Which phase of the SDLC comes after the implementation and maintenance of the system?