Thursday, August 7, 2008

Unit testing, regression testing and integration testing

Regression Testing

Any time you modify an implementation within a program, you should also do regression testing. You can do so by rerunning existing tests against the modified code to determine whether the changes break anything that worked prior to the change and by writing new tests where necessary.

No comments:

Post a Comment