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 |
What is the advantage of running the Vuser as thread?
What do vuser_init and vuser_end action contain?
I am getting the following error when I run a HTTP/HTML protocol script in controller. It simply says Error: 27764 - “https://..... Failed”. I was given 3 solutions but none of them worked. Offered solutions are 1. Change the Http version to 1.1 in the Run time settings of the script. – Changed but still got that error. (One of our team mate) 2. Check if I am running a mix of http and https Urls – Checked and I am only using Https URLs. (SQA forum) 3. In the controller, add all the scripts to one group using the ‘Vusers’ option – Done, But still getting errors. (Client) One thing I noticed is If the servers are restarted and the logs are cleared then the probability of getting this error is minimal but as the time grows between server restart, The number of error increases. If any of you have come across this before please help me in resolving this error
What is the difference between classic schedule and real schedule in controller ?
Difference b/n Loadrunner and Performance center?
what is the language(Script) use in Loadrunner script?
What tools are required to analyze vuser run results?
Does the Tool generates think time for the standard value defined in script with respect to server response when we use option use random think time 50 - 150%. or will tool simply calculates value randomly for the standard think time defined in script.
what is loadrunner?
Which documet will gives us information about rampup and duration for each transaction? Technically speaking Which document gives us information about Transaction Mix?How do we prepare Transaction Mix?
Where do u use Performance testing ?
What is scenario wizard?