Usually, you would want to run a test that simulates a complex test case. First, you create the complex test in SoapUI, and then simulate multiple users performing actions against your server. Here is the instruction how to create a new test from a SoapUI test:
From SoapUI
-
Right-click a test case in SoapUI and select Create Load Test.
-
In the appeared dialog, specify the name of the LoadUI test and click OK.
From LoadUI
-
Right-click the project in LoadUI and select New LoadUI Test, or click
in the LoadUI toolbar.
-
In the New Load Test dialog, switch to the Manual tab and select the SoapUI test case option.
-
Enter a name of the new test and select the test case.
-
Click OK.
LoadUI will create a load test based on the selected TestCase.