Eviware Forum

soapUI => soapUI => Topic started by: Bram Baptiste on February 14, 2008, 03:50:37 pm



Title: How can I do a loop over a testcase?
Post by: Bram Baptiste on February 14, 2008, 03:50:37 pm
Hi,

I just wants to send a special command 50 times to the server,
but every time an id and a string has to be different.

I tried with a datasource and a datasourceloop.

Can somebody assist me with the first correct step?

Tia, Bram


Title: Re: How can I do a loop over a testcase?
Post by: shiva kakarla on February 15, 2008, 03:56:16 am
Hi You need to add a property transfer step before your SOAP request. You have to select source as datasource step and target as your SOAP request.  You can also select the element you want to change in property transfer step so that the element in SOAP request is updated everytime it loops.