Wednesday, November 12, 2014

What is the difference between Iteration and Pacing?


Iteration 

Iteration is nothing but to define the script to iterate for no. of times according to the requirement. It is nothing but repeating the task for multiple times and you need to set to initiate a new user on each iteration in your run time settings which is by default.

Pacing 

Pacing is nothing but the time gap between the iterations. For eg. if you are running your script for multiple iterations, you need to specify the time gap to maintain idleness before starting the next iteration to run.



Eg : If you are running 1 user with 3 iterations and if you pacing time is 3 secs
then iteration 2 will wait for 3 secs after iteration 1 has been completed.

No comments:

Post a Comment