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.
application, and ensures that the changes do not introduce new bugs or unexpected
behavior.
Comments
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