5/16/08

What is regression testing?

In regression testing, an application is re-submitted to the same battery of tests it has already gone through. Regression testing is applied after changes are made to an
application, and ensures that the changes do not introduce new bugs or unexpected
behavior.

2 comments:

Unknown said...

Any good Regression testing tools you would recommend? We're looking for an easy, effective tool to run nightly tests on our VC++ application.

Sumedh said...

Hi,

I am using mostly WinRunner for my applications. One of My application was needed to test on 7 different platform for every build and release.

Our testing team has written the automated scripts which can be used before every release.

thanks

ITUCU