Forum Discussion

ravs_it's avatar
17 years ago

Newbie Question

Hi Eeveryone,

I am new to SOAP UI.

Is it possible to send a request in a loop, say x times, with variable data? If yes then how.

I think Datasource using excel could be useful but to configure a request for x no. of times.

Thanks in Advance

1 Reply

  • Yes It is.

    There are many ways
    You can use DataSourse and DataSource loop components (SoapUI Pro only), for sleeping can be used "Delay".
    http://www.soapui.org/userguide/functional/datasourcestep.html

    Also you can use "Conditional Goto" step for creating loop.

    You can connect to excel from groovy (import java.xls*)

    For inserting to request parameters, can be used "Property transfer", or generete XML by Groovy Script.

    As I said, there are many ways, but I think groovy script must be used for all variants.