jeevesdavid
9 years agoNew Contributor
Are SOAP UI test cases thread safe?
I am planning to have multiple threads execute a SOAP UI test case from within a groovy script step. No two threads will try to access/execute the same test step at the same time. But more than on test step in the test case could get executed concurrently.
I have to do this because running test steps in parallel saves time.
Now will this work or will it lead to un-predictable behavior?
PS: I am cloning test steps to avoid the need to have multiple threads access the same test step concurrently. However I am not cloning the test case. Should I clone the test case too?
Thanks,
-David