Sunday, January 22, 2012

Retesting Vs Regression Testing

Retesting: If any change is made into the application, testing only those changes and not the entire application is known as Retesting.


Regression Testing: If any change is made into the application, testing the entire application to ensure that changes made has not broken any existing functionality is known as Regression testing.

No comments: