Target 3000 transactions per 1hr
1 Script contain 50 transactions
1 Iteration is taking 20 seconds
No.of users 10 and duration 1 hr
what is pacing?
Answer / prashanth bingi
A: Step 1: Calculate the total no.of iterations= target transactions/script transactions
=3000/50
=60 (iterations)
Step 1.1: 1 User Iteration=Total iterations/no.of Users
=60/10=6
Step 2: Time for target iteration=(Target iteration-1) * 1 iteration time
=(6-1)*20
=5*20=100 sec
Step 3: Remaining Time= Target time- Target iteration time
=3600-100
=3500sec
Step 4: Pacing=Reaming time/Target iterations
=3500/5
=700 sec
Reverse Engineering:
RE=Pacing time + 1 Iteration Time
=700 + 20
=720
=720 * Target Iteration
=720 * 5
=3600 sec (1 hr)
Is This Answer Correct ? | 2 Yes | 0 No |
When a scenario run exactly what happened?
How can data catching have a negative effect on load testing results ?
What is the advantage of running the Vuser as thread?
How do you estimate the transaction mix / VUser mix in LoadRunner?
types of servers?Explin me plz(chandana)
In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if the boundary values keeps on changing. For example : At the time of recording,the n value is 3 and at the time of playback, the n value is 4. then how can i display the n-1 value
how can we test clent server application and what is the preliminary requirement for load testing
Describe configurations of both servers? Here what r two different servers.
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
What is Standard deviation? How it will use in Lr?
What is the scripting language using in LoadRunner?
13 Answers IBM, Patni, Symphony,
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?