Category: Regression Testing

Regression Testing

Regression testing ensures that little changes don’t break your application. Regression testing is the procedure of testing, changes to application to make sure that the older application still works with the new changes. Regression testing may be done by manually or using automation tools. In this testing we have to focus on two aspects:
1. Fixing of bug should not give any ill-effects to another module.
2. Major defect will we already fixed in previous build should not come again.

March 22, 2012 | 0 Comments More