Forum Discussion

InventoryLocato's avatar
InventoryLocato
Contributor
13 years ago

manually running test pass; testrunner fails

Hello!

I've created many test cases. When I manually run the tests, all green. When I use testrunner, I get connection timeout errors, etc. I think testrunner is causing my servers/database servers to die. Is there a way to control the 'throttling' ? I am not sending the requests in parallel but in steps. I left the 'big data retrieval' test last so it doesn't cause any network connection errors.

Any ideas?

1 Reply

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    Hi!

    Are you sure that this is a throttling issue? Have you tried to run whole TestSuites from the user interface of soapUI Pro?

    If there is a throttling issue, you can resolve it by using Teardown Scripts. For example, you could have a teardown script for your testsuites that simply sleeps for a five seconds: Thread.sleep( 5000 )

    An alternative would be to use Events instead.

    Regards

    Henrik, SmartBear