Hi, Can anyone explain me how to do regression testing using winrunner
For example: In Yahoo mail login page, I have inserted a GUI check point for OK button and the OK button disabled after entered the username and password. I sent a bug to developer and it is resolved now. Tell me how to regression testing.
OR explain me with a good example if i my understanding is wrong
Hi,The answer is ur question.thats wat we do in the regression.everytime we check for the specific object property during the scenrio run.But we use different approaches to automate the above script..one may go Functional decomposition method or key work driven method to automate the above scenario.
Save the test scripts in winrunner, when u first run the test. after u receive the modified build ..try to run the same test sript ...that is how u do regression testing in winrunner.
Just you run your script after fixing the bug. If that bug was fixed, system
doesn't display error message. if bug has not fixed, system must display error
message and you can see your actual, expected, deviation results in report page.
It displays all these three reports in separate screens. (Before that You
must know, If that bug has fixed, what should come? if has not fixed, what
should come? Because its tit bit confusing for new comers).
Data driven test is using a single test script for executing a different
combinations of inputs. If you generate a test script for a single user. Here
you can using data driven test, execute this single script for many no of users.
(Here try to use valid inputs alone or invalid inputs alone. Don't mix valid &
invalid inputs).
Hope it clarifies. If my answer is wrong, correct me.... thanks