Definition : - Regression testing is defined as a type of software testing to confirm that a recent program or code change has not harmed existing functions.
Regression testing is a repeated testing to make sure that any modification made in the program will not affect other functions.
Regression testing is nothing more than a complete or partial selection of already completed test cases that are re-run to ensure the functionality of existing functions.
We can conduct regression testing at all testing levels, such as Unit Testing, Integration Testing and System Testing Level.
The need for regression testing
6. Change the requirements and change the code as required.
- The new feature is fully added to the software.
For more visit LINK
Preeti Sharma Nov 28 '17 at 14:19
source share