Regression Testing
Regression testing is a type of software testing. Test cases are re-executed to check the previous functionality of the application is working fine, and that the new changes have not produced any bugs. Regression testing can be performed on a new build when there is a significant change in the original functionality.