In which scenario, we should use "Vuser as Process" rather
than "Vuser as thread" and what is benefit in this case?
Answers were Sorted based on User's Feedback
Answer / surtan
Simple...Process should be useful when the application is a Windows based, thread for web based.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / masthan
Normally for .exe files (templets ) we use
Run vuser a process
ex: Gtalk, Skype
And We go for run vuser a Thread for normally URL based
applications.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Workload? Can anyone explain in detail?
Hi all, I am having an interview on LoadRunner (SAP Web Protocol). I am wondering if somebody can help me with some interview questions at a 2 yr Scriptor level. Thanks and all answers are much appreciated.
where do you save u r scripts in Load Runner?
in real time what are the functions used?and whats its usage?
What is report viewer?
what is the difference bw performance testing and performance tuning
What does vuser_end action contain?
what is think time when u will use it?
I have generated a script and inserted the rendezous point in that. With the help of dev. we have a created script which tracks the execution of the request and the response on the server machine and shows on the cmd console. I have assigned 10 Vusers and started the execution, then while tracking on the server machine, the requests are assigned one by one on the server. According to the rendezous point, the requests has to hit at a time on the server, but in this case the request are hitting one by one on the server. Any one help me out......
How Load Runner records the script? I mean How it generate the script?
why parameterization is necessary when load testing the web server and the data base server ?
which language is used for load runner script?