here 100user and 8hours time and 500000 transactions what r
the inputs nees for this scenario?
Answers were Sorted based on User's Feedback
Answer / gouse_it
we have to achieve 500000 transactions with 100 users...so
each user will execute 500000/100 = 5000 transactions..ie
each user will have 5000 iterations.we have to set this
value in run-logic of run time settings.
Now these 5000 iterations need to be completed within 8
hours for each user. So each iteration will take
(8*60*60)/5000 = 5.76sec(approx 6.0sec).. so the pacing
value for each iteration will be 6.0sec.
You can set the think time based upon the client
specifications.
Is This Answer Correct ? | 20 Yes | 5 No |
Answer / ronny
we can calculate for the number of transactions if we know
that how many transaction each script has and how much time
each script will take to finish, based on above facts we
can design test for 8 hours for 100 users
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / madan
Hello gouse, you answer is wrong.why because pacing is nothing but user waiting between two iterations ,but u mentioned as 6/s per transaction,so you said like the total 8hours is pacing but here there is no time for execution
Is This Answer Correct ? | 2 Yes | 0 No |
If u find Bottle Neck u r forward to Developer or Network Team or Database Team Wat ever may be They r fixing that bottleneck or not If they r fix that Wat they Fix? Tell me if any Experience person I would be thankful to u
What is the difference in running the vuser as a process and as a thread? Which is more advantageous way of running vuser?
What is a function to capture dynamic values in the web Vuser script?
What is a function to capture dynamic values in the web?
How to increase the load on Server when number of users restricted?
What the vuser script contain?
we have Unix monitors in LR by default. if i want Linux and Solaris monitors....what i do.. unix is working for Linux and solaris?
what is the LOAD RUNNER tester daily process in office (real time)? real timers explain this clearly?thanku in advance
When will we use HTML recording and when will we use URL Recording, How we know that when will we use HTML and when will we use URL(Real timers plz)
In Real time what should be the duration(30 min,1 hr) of the loadtest? In the controller how do we handle errors and failed transactions.....When the transactions fail, do we perform the loadtest again? Can anyone please help?
What is synchronization point ?
What is the difference between HTTP and HTTPS.in Load Runner. And how will u know(Client)ur using HTTP or HTTPS.? Any one can justify?