Hi all,use winrunner for web testing, in that you have to activities, one is registration, second is login.fiirst you record this and run this it will work fine.but here i want to run the same script 10 times.but at registration every time it will update the userid.example: raj1 raj2 raj3 . .now my question is u have to log in with updated userid every time?but u don't change the name at script.actually it's recorded only first time?but u should log in evertime with updated userid?how?i think u understand my questionplease help methanks,sarat.

Showing Answers 1 - 12 of 12 Answers

Agadhu

  • Nov 27th, 2006
 

hi,ur question is little bit understand by me.here u have to use data driven wizard.ur multiple names are give to excel sheet using parameterization.thanks

  Was this answer useful?  Yes

Murali

  • Dec 12th, 2006
 

Hi,for this.... u have to change the PHYSICAL DESCRIPTION --> LOGICAL DESCRIPTION in GUI Map Editor....

  Was this answer useful?  Yes

Rahulku007

  • Mar 28th, 2007
 

Good Question?.


You can use the variable to capture the updated userid and use that variable in the script every time while login to application.


I hope i answer your ?


 

  Was this answer useful?  Yes

leena

  • Jul 2nd, 2007
 

For getting unique user id use function get_time.
e.g Name= "Raj"&get_time();
and save the name in xls using following command
ddt_set_row_value("Table name",rownumber,"Name);
ddt_save("tablename");

then while login get the values from table & do login.
I hope it will help you.

  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