About Regression Testing
Regression testing checks that class behavior doesn't change. Regression testing gives you the peace of mind of knowing that the class doesn't break when the code is modified.
Jtest provides automatic regression testing. Even if you don't specify what the correct outcomes are, Jtest remembers the outcomes from previous test runs, compares outcomes every time the class is tested, and reports an error for any outcome that changes.
Related Topics
Performing Regression Testing
|