Consider a business transaction, which is run in the LR
tool (takes 2sec), but when run manually (takes 4sec).
Please explain??
Answers were Sorted based on User's Feedback
Answer / bhupendra varshney
This is because LR does not calculate the time of browser
emulation (like QTP)....So it only calculate the response
time from server to client's machine( IP Address)..Not from
the server all the way to client's browser......Browser's
time depends on the machine's configuration and performance
during the response of the page.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / rameshbabu y
LR executes on record and run concept .when we record it
takes time but when we run it ignore user wait time between
the actions .
So if we keep lr_think_time function inside the script then
it waits for time mentioned in the function .
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / manoj
2 second think time is added during manual execution.
| Is This Answer Correct ? | 3 Yes | 6 No |
What is parameterization & why is parameterization necessary in the script?
What are the process for developing a vuser script?
How can i parameterize data through Excel sheet using VB Vuser protocol?
What is memory leak.how do u find that?
Explain performance testing life cycle.
Where do you set automatic correlation options?
Hi Guys, Is it possible to merge and compare graphs from different scenarios in load runnner ?
What the vuser script contain?
What is the Diffrence between Clint server & Web based application ? plz Explain in detail (Chandana)
What is the difference between transaction and transaction instance in loadrunner ?
Analysis Scenario (Bottlenecks):?
I have observed a scanrio executed/elapsed time in 16 seconds and succeded, when I set the duraion to 'Run Until Completion'. Same scanrio is failed/Gradually exited/stopped, when I set the time duration for 20 seconds (after the Ramp up has been completed). Why it is haapedned. Can anybody tell me the answer and solution also. Thanks in advance.