We use pacing to have interval between two iteration of script. Why?
Answers were Sorted based on User's Feedback
to meet the specified execution time we have to use
pacing,think time.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / jagadish
The Pacing node lets you control the time between
iterations. you will specify a random time, this accurately
emulates a real-life setting where the user waits between
actions, but at random intervals- you don't see real users
waiting exactly 60 seconds between repetitions.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / madan
We test an application with concern of real time use so we can't do actions one after another immediately.so, we should take some time that is the reason we give pacing
Is This Answer Correct ? | 0 Yes | 0 No |
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 many section database vuser script have?
How we tested remote servers if client is installed in another place
What are the capabilities exactly you look for while selecting the performance testing tool?
how can i capture the elapsed time of a scenario in a script?
What the vuser script contain?
For what purpose, user will be using ‘continue on’ error?
How do you perform functional testing under load?
When do you disable log in Virtual User Generator?
What is a function to capture dynamic values in the web?
In how many ways we can convert a load test into stress test ?
You do Scalability testing in Load testing or Stress testing?