Monday, April 27, 2009

purpose of regression testing

The purpose of regression testing is to

* Detect unexpected faults, those that occur because a developer did not fully understand
* The internal code correlations when modifying or extending code
* Ensure that errors are detected and fixed as soon as possible

Every time code is modified or used in a new environment, regression testing should be used to check the code's integrity.

Click here to know more about regression testing.

No comments: