Forum Discussion

testerA's avatar
testerA
Occasional Contributor
13 years ago

soapUI 4.5.1: Load test runs too fast

I am a new to SOAPUI testing, am using soapUI 4.5.1 for a load test.

When I run a load test, I have set the Test Delay and Limit as listed, even with just one thread my script is running too fast.
How do I increase the number of threads and reduce the speed of my test?

Appreciate your help.

Test Delay:
100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

Limit(sec):
0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001

3 Replies

  • add a "Delay" Step, set to (number of seconds you want to wait) * 1000

    add "sleep(seconds * 1000)" to your groovy scripts

    set Test Delay to something appropriate and not 1 * 10^248