If we have 10 iterations and 20 user,
we have to execute 1 iteration by 2 users ...
what are the steps for above ?

Answers were Sorted based on User's Feedback



If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the ..

Answer / ktailor

it seems there is some problem in the question. How can 2 different users can complete 1 iteration.?
if 10 Users and 20 iterations also, 1 user and 2 iterations then below is the answer
In Script, Runtime Settings>No of Iterations=2
In Controller, No of Users=10
Duration=Run Until Completion.

Is This Answer Correct ?    0 Yes 0 No

If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the ..

Answer / kalmk

We can add for loop and set the user name and password as a parameter and set the value should change each occurrence

For (init i=0 i<2; i++)
{
Login (User_name)
}

So in one iteration the login action will be executed twice using 2 users

Is This Answer Correct ?    0 Yes 0 No

If we have 10 iterations and 20 user, we have to execute 1 iteration by 2 users ... what are the ..

Answer / lucky123

first of all we have to calculate iteration time in
vugenbased on thatwe have to set the scenario ramp up
,duration, rampdown.
in scenario creation we have to define
for ex in vugen for 1 iteration the time is 10 sec (login
2sec,action part of script6sec,lout of script2sec)
based on this we have to intialialise the vusers on to the
server like this
first 2 vusers starts when scenario begins then rest 18
users enter in following manner i.e
1)intialise 2 usersforevery 4 sec& runfor12 sce &rampdown
from the server after duration.this is scenario setting.

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More Load Runner Interview Questions

Mentiond good sites in Loadrunner to learn Script?(Chandana)

5 Answers  


Where do you set Iteration for Vuser testing?

3 Answers  


which kind of database counters we use to check the performance of the software and where we can check them?

1 Answers  


How to write Web_custom_request?

1 Answers   Fidelity,


Hi all, Do anybody know how to test JDBC protocol application which doesnt have any UI with LR.I want to test it for performance.Do i need to develope any UI to trigger that process or is there any other way around??Please help me

0 Answers   Goldman Sachs,






explain about goal-oriented scenario in controller

3 Answers   CGI,


Why do you create parameters?

3 Answers  


what is the difference between HTTP & HTTPS

1 Answers   SumTotal,


In Load Runner how to get the particular server response time?

2 Answers  


What is the difference between load, performance testing?

0 Answers  


How can we recording vuser scripts using vugen?

0 Answers  


can we run the script using mozila or netscape, recorded using internet explorer ?

1 Answers   TCS,


Categories