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 Posted / 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 |
Post New Answer View All Answers
How you enhance the basic script?
How is automated correlation configured?
What is stand-alone mode?
What are monitors?
How to record the desktop application in Loadrunner 12.53 version 64 bit window.
If we want to know the size of each component in system how?
What is the difference between web_reg_find and web_find?
What is loadrunner agent?
What is lr_output_message?
What is the loadrunner end transaction and its syntax?
What is the advantage of running vuser as a process than a thread?
What is the difference between hits/second and requests/second?
What is difference between manual scenario and goal oriented scenario?
How load runner interacts with the application?
Can anyone please mention what are the common errors that we can see while replaying the Vugen script and also while running the controller scneraio and How to handle them with a few examples. This will be greatly helpful.