Forum Discussion

saquragontar's avatar
saquragontar
Occasional Visitor
9 years ago

SOAPUI send multiple sequential requests

Dear all,

 

A quick question for the experts...

 

I would like to create a Test using SOAP UI that sends 1000 SOAP requests sequentially to the same web service, how can I do that? Until now I have just done tests that sent a single request on each step, is it possible to make a test step that instead go to a dedicated folder, get all the SOAP requests stored there and send them sequentially?

 

Thanks in advance,

 

saq

5 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    It is possible to do using a groovy script if there is a change in the each request. If the same request is used for the all tests, then you may try load test. If there is some elements that used as unique value / index, then you may try it with property expansion and use load test.
      • nmrao's avatar
        nmrao
        Champion Level 3
        Can you clarify what exactly you need to do?
        1. It was mentioned earlier that you want to do it for soap. But the latest reply of your contradicting.

        2. Do you have fixed requests? Else, what is varying in the requests?

        3. Have you looked at the documentation how to do load test using soapui? Or at least do you think it fits your case?