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.
Answers were Sorted based on User's Feedback
Answer / jackson
Answer is 1250 Vu.
Calcutaion-->
100000*6x/480 = 1250x. where x is Vu, 480 is 8 hrs.
| Is This Answer Correct ? | 35 Yes | 3 No |
Answer / 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 |
Load generater can handle only Max 650 Vusers. So make
scenario like that only
| Is This Answer Correct ? | 2 Yes | 25 No |
What is the difference between Set_window() and _set_window ()?
How did you find web server related issues?
Loadrunner is enough to monitor all the servers while load testing? if yes how can u monitor & which servers u monitor & how can u access those servers through LR explain it??
1 Answers CTS, Strategic Outsourcing Services,
What Is The Cofidence Level In Load Runner?
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.
You test the scalability testing by apllying load more than the designed number of users. If you dont know the designed number of users then how you do the scalability test?
Can u call QTP scripts from Load Runner?
I am not able to access controller machine and I have to run test. How would I handle this situation?
What is the think time?
What is bench mark specifications in requirements?
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 are the major differences between Web Server and Application Server?