What does vuser_init action contain?
Answers were Sorted based on User's Feedback
Answer / sanny
vuser_init action is an explicit action generated by VUGen
Purpose is:
Include all statements that need to be executed only once
during script execution.
Basically everthing that needs to be initialized goes here.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / mahesh sv
Vuser_init action contains procedures to login to a server.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / sowmya
Hi
Vuser_int it is action to get login to a server
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / msureshkumar.sqa@gmail.com
vuser_init runs only one time in entire virtual user script cycle. For eg:
vuser_int - Login with Yahoo ID
Action - Compose,Attach file and Send
vuser_end - Logout
Here vuser_int will be performed for one time and action will be in run for multiple times.
Is This Answer Correct ? | 0 Yes | 0 No |
Application Description: My current Project is a .net application & has Active X components also implements AJAX technology for report generation. Flow : A report has to be generated as soon as the preferences have been selected. Issue With Web(http/html) protocol in LR 8.1.4 and LR 9.1: Replay snap shot doesn't show any screens except the login screen(junk data is displayed instead of Reports)..And the last snap shot has "session expired" messsage. Issue with Web(click and Script) Able to record and replay sometimes...but no consistentency. Couldn't execute the script in the controller due to this incosistency. Any suggestions would be really helpfull.E-mail me for any further clarifications/information.
how to configure yahoo cookies in load runner
Can someone suggest me which is the best institute in Hyderabad for Load runner and Selenium
Script is working fine in Vgen.. but while running in Controller a error is throwing as "Action.c(59):Error-27995:Requested link(Text=My account") not found" I searched and it is pointing "web_link(...)" line. Plz help me regarding this.. if any.. Thanks
we have Unix monitors in LR by default. if i want Linux and Solaris monitors....what i do.. unix is working for Linux and solaris?
what is think time when u will use it?
Can we do Context Parametrization in VUGen script of load Runner. I mean to say like .. i have recorded an set of steps in one environment and i want to run the same script in another environment too. Is it possible to do it in Loadrunner? can we do the url or web service parametrization in LR? Plz help on this..
what usually indicates that ur virtual user script has dynamic data that is dependent on u parameterized fields?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What is performance testing in loadrunner?
HI Any one can say the how to use the loadrunner to test the application. How to write the test scenarios & test cases.
What is vuser-init section?