Regression Testing
Regression Testing – Software Engineering Regression Testing is the process of testing the modified parts of the code and the parts that might get affected due to the modifications to ensure that no new errors have been introduced in the software after the modifications have been made. Regression means the return of something and in the software field, it refers to the return of a bug. Table of Content · When to do regression testing? · Process of Regression testing · Techniques for the selection of Test cases for Regression Testing · Tools for Regression testing · Advantages of Regression Testing · Disadvantages of Regression Testing When to d...