Forum Discussion
jeevesdavid
10 years agoNew Contributor
I agree that this use of SOAP UI is unconventional. We do the test step execution and sequencing from a a groovy test step. We read an excel spreadsheet and we execute tests based on the data we read in from the excel.
rupert_anderson
10 years agoValued Contributor
Hi,
Have you considered using a load test to execute your TestCase (and therefore its TestSteps) in parallel?
When a load test runs a TestCase you can setup multiple multiple threads, SoapUI creates a clone of the TestCase (and Steps) and is thread-safe from that respect. However if your TestCase updates any properties in higher level or shared objects, like TestSuites / Projects etc, then it is possible to see concurrency issues.
Regards,
Rupert