Hi, Can anyone explain me how to do regression testing using winrunnerFor 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 wrongThanksRam

Showing Answers 1 - 5 of 5 Answers

hmmanju

  • Jan 25th, 2007
 

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.

  Was this answer useful?  Yes

SM

  • Jan 28th, 2007
 

What is key driven method ? Can someone please explain.

  Was this answer useful?  Yes

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.

  Was this answer useful?  Yes

ArunKumar

  • Feb 28th, 2007
 

Keyword driven is basically action driven, In data driven it is parameter driven but in case of Keyword driven it is different. 

  Was this answer useful?  Yes

seethapathi.k

  • Oct 23rd, 2007
 

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

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions