Case1: recording script, Login in Vuserinit,Body in Action
and Logout in Vuserend.
Case2: recording Login,Body and Logout in Action itself.
Run both the scripts. What are the difference u will find?
Is there any difference?
Answers were Sorted based on User's Feedback
Answer / prasad
Script behaviour will be different in case you run more
than 1 iteration. When you specify more than 1 iteration in
your runtime settings, only the action part will re-
iterate, and not your init and end section.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / mahadev
If it is in the Vugen, no diffrence, if it is in the
Controller, then it will behave diffrent based on the
iterations and duration provided.
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / andy.savdt
In performance testing we will try to mimic the production
environment. Where one user will login only once and do his
needed transactions which you mentioned here as body for n
number of time and finally logoff and move away. To acheive
this loadrunner Vugen has provided V-init,Action and V-end
functions which has been controlled programatically such
that VInit progresses only one i.e first step and V-end at
the last in between Action iterates for the n number of
time the tester provides to run.
Hope this helps
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rajkishor
there is no difference in single user like vugen,but in
cotroller the same script run many users on that time it
behave differntly. why because if you ere given number of
iterations in runtime settings on that time it will be
differ.vinit,vend executing only once.
| Is This Answer Correct ? | 4 Yes | 0 No |
Can we run the Qtp Scripts in Load Runner?
how to download pdf file in loadrunner
i am looking software testing job in Loadrunner?Plz any one help me a Project ? mail me chs_29@rediffmail.com i thank full to u.(chandana)
Hi, I'm trying to measure page load times in a web app. How do I verify that the page I go to next is fully loaded? Do I use content verification (web_reg_find)? I am measure the time it takes for a page to load and then the user goes to another page and another and so on. I need to know how long it took for page one. How long it took for page two and so one. I'm using transactions for each page, but I want to make SURE that the page is fully resolved/loaded before the scenario goes to the next page. So, does LoadRunner automatically do this or do I have to use content verification or do I do it in some other way? Thanks, Brian
WHAT IS THE DIFFERENCE BETWEEN MANUAL CORRELATION AND AUTOMATION CORRELATIONS?
What is the exactly use of webserver and Application server in Load Runner.
What are the types of checkpoints is available in loadrunner?
How do you estimating target load levels in loadrunner?
How to correlate the server side data, when u r getting more than one dynamic data which keeps on suffel during replay?
What is vuser-init section?
how to test load test for an web application. what r the steps to do load test. urgently needed. thanks in advance
What is the modular approach of scripting?