10 likes | 18 Views
https://www.testingxperts.com/blog/regression-testing
E N D
What are the types of Regression Testing? SELECTIVE REGRESSION TESTING The impact that the newly added piece of code has made to the existing application software is analyzed by this testing method PROGRESSIVE REGRESSION TESTING When there are a few changes that a product has gone through, then progressive regression testing can run properly COMPLETE REGRESSION TESTING This testing method is performed when there are a lot of changes being implemented to the existing code. PARTIAL REGRESSION TESTING UNIT REGRESSION TESTING The aim of this testing method is to deliver a useful unit of code that can in turn enhance the value of the application. Certain related modules are selected that might have been affected by any changes made in the code. THANK YOU