TestCase restarts when inner datasource is used up ...
... but the outer datasource is not.
I have a testcase with
- an outer datasource loop (with many items), that is shared between threads for load testin
- an short inner loop (varying lengths depending on the item in the outer loop) that is not shared
It loops as expected when run as a test case.
But when the test case is used as the only target in a load testing scenario, it is restarted every tome the inner loop completes.
Any ideas what I need to do to get the complete test case to run as a load testing scenario?
Thanks!
Hi gruve,
To achieve the desired behavior, you can try playing with the options of the "inner" DataSource test step and test case:
https://support.smartbear.com/readyapi/docs/soapui/steps/data-source.html
https://support.smartbear.com/readyapi/docs/soapui/ui/case.html#options
If that does not solve the issue, please create a new case here:
https://support.smartbear.com/message/?prod=ReadyAPI
and provide your project file.