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 |
What is visual recorder in Load Runner?
What the host attributes determine?
With 1+ years Exp in Lr tool mentiond Roles and Responsbulites ?
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?
what is the difference bw performance testing and performance tuning
What are the components of LoadRunner?
What is SoketLevelData? And Its purpose?
What is RDR files in Load runner? What is Scenario Configuration in Load runner
While running a scenario in loadrunner controller,the component suddenly hangs and gets closed automatically,the results of the test is no saved and when i open the scenario now,how can i get the results back.?
what is the difference between the cookies and cacheing
In a web application transaction response time comprises of some sub times like time from web browser to web server thn to application server and then time taken to get response from the database and back to the web browser following the same path.How to get these sub times distinctly in LR analysis?
How to find response time in loadrunner?