Define Regression testsRegression tests are performed to ensure that any changes in the code have not broken previous functionality. They should be performed whenever the source code has been changed. Regression testing is performed by executing previous/existing test cases and performing additional test cases which cover the new functionality. One must perform regressions tests for each fixed bug and new functionality added.
|