I have a LoadTest in SoapUI with a TestSuite of 3 TestSteps, Step1, Step2 and Step3. I want to run the TestSuite from 10 concurrent threads where each threads runs the TestSuite 10 times. When I set this up in SoapUI the TestSuite isn't run as I thought it would. Instead of running Step1 then Step2 and then Step3 and repeat this 10 times, it seems as SoapUI first runs Step1 10 times, then Step2 10 times, and then last Step3 10 times.
Anyone who knows how to force SoapUI to run the TestSuite 10 times instead?
And please don't say "Run loadUI" because I don't want to :)