26 September 2007 - 1.7.6 home user-guide eclipse jbossws intellij netbeans maven 1.X/2.X PDF files forums bugs sourceforge






soapUI Pro DataSourceLoop Step

The DataSourceLoop Step is used together with the DataSource Step to create a sequence of steps that should be executed for each row of data. It must be placed after its corresponding DataSource step and is configured by either double-clicking or selecting "Configure" from its popup menu, which displays the following dialog:

The dialog contains 2 options:

  • DataSource Step - selects the DataSource Step to check for more data
  • Target Step - selects the Step to loop to if more data is available

For example, if a DataSource step is used to read data from an external file and the followed by a request using that data, a DataSource Loop should be added after the request specifying the DataSource Step and the Request step as its target step.. (ie loop back to the request if more data is available).


Next: Property Expansion