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 in an application there are multiple login then where will this transaction go will it be go under init transaction.
laod runner user guide ?
How you develop the database vuser script?
I want step by step guidelines on loadrunner.i think it will be a great.please can any one help me.
Hi i have installed LR 8.0v on my system and wanted to test siebel web application. when i tried to record the application throught siebel web protocol, the launcher tries to connect to that URL but after some time the URL gives as Page Cannot Be Displayed, the same URL when we login manually it works fine. LR is not able to connect to the Application. What could be the reason?
U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occurance& place it in web_submit_data of vu gen script. How can u do it?
What is filtering and sorting?
Can you list the types of error messages you can find in loadrunner(either in VUgen or Controller). with an explanation and their solutions would help. Thankyou all
What in percentile graph?
What is the difference between overlay graph and corelated graph?(Chandana)
What protocols does loadrunner support?
What is Workload? Can anyone explain in detail?