script is runed always for three times only
Hello.
I have a problem.
I wrote a script, but its runned just for a three times per each virtual user. How can I increase that without using loops in script?
Thanks for your help
I have a problem.
I wrote a script, but its runned just for a three times per each virtual user. How can I increase that without using loops in script?
Thanks for your help
This discussion has been closed.
Comments
ANTS Load's test duration is always determined by time. You set the amount of time that the test will run, then each virtual user loops until the time expires, then each user to told to terminate and then the script finishes.
That leaves you with two options, then. One is to increase the time that the test runs, which is a bit hit-and-miss, and the other is what you had said: put some looping in the script. ANTS Load will allow the script to finish even if the test time period has elapsed.