weekns wrote:I need to control the rate at which new logins arrive in my load testing scenario? Can eValid do this and how do you do it?
Put
Wait NNNN commands in your LoadTest script between instances of
_eValid. This wait will slow down the start of the next test playback by the specified wait time.
You also can use
Delay NNNN if you never want the times multiplied by the
Wait Time Multiplier.
eValid Support