Regression Testing (1)
Regression testing is the execution of an ensemble of test cases on a program, before and after a change, in order to insure that its revision does not produce unintended changes to test results.
Test results from the program both before and after the revision must be compared to verify that the intended behavior is maintained.