There is scenario.
Total no. of transaction you have to done 1,00,000 in 8
Hour duration. One transaction taking time to complete 6
mins. how many Vusers you will run on this test.
Answer Posted / sagar
According to Little's Law :
Number of users = Arrival rate * Servicing time(time
required for one user to complete its task)
so
n = (100000/(8*60)) * 6
n = 1250 Users
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the changes that can be made to run-time settings?
What are the challenges that you will face to script the step “select all” and then “delete” for any mail account?
What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
What is the purpose of a loadrunner transaction?
How can you set the number of vusers in loadrunner?
What is the use lr_abort function?
When loadrunner is used?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
What are monitors?
How will you stop the execution of a script on error?
When you initialize the vuser what happen?
How is each step validated in the script?
How load runner interacts with the application?
What are all the components of loadrunner?
What is the loadrunner end transaction and its syntax?