Search code examples
soaprequestsoapui

Parallel Execution of requests in SoapUI


I have two request that I want to send simultaneously to an endpoint to see how it responds. For that reason, I created a test suite that have a test case, in which the two requests are added. From that test, I can run the requests sequentially, which is not what I want.
Can any one help ?


Solution

  • Here is what you can do:

    • Create two test cases
    • Add each request in each test case
    • Execute the test suite in parallel mode