5th August 2020
Regression Testing is a type of testing that is done to verify that a code change in the software does not impact the existing functionality of the product. This is to make sure the product works fine with new functionality, bug fixes, or any change in the existing feature. Previously executed test cases are re-executed in order to verify the impact of change. When To Perform This Test? Regression Testing is usually performed after verification of changes or new functionality. But this is not the case always. For the release that is taking months to complete, regression tests must be […]