What Is Regression Testing - Definition, Test Cases (Example)
What Is Regression Testing - Definition, Test Cases (Example)
This testing is done to make sure that new code changes should not have side effects on the
existing functionalities. It ensures that the old code still works once the latest code changes
are done.
application or not. Moreover, regression testing is needed, when a new feature is added to
the software application and for defect fixing as well as performance issue fixing.
https://www.guru99.com/regression-testing.html 2/8
10/27/21, 11:00 PM What is Regression Testing? Definition, Test Cases (Example)
Retest All
This is one of the methods for Regression Testing in which all the tests in the existing
test bucket or suite should be re-executed. This is very expensive as it requires huge
time and resources.
Prioritize the test cases depending on business impact, critical & frequently used
functionalities. Selection of test cases based on priority will greatly reduce the
regression test suite.