Forum Discussion

tao's avatar
tao
New Contributor
16 years ago

it does not work:read value from datasource,than write to dataSink,

I use soapUI Pro 2.5.1
the test case includes 3 step:
datasource(get data from a file, get first 10 row is ok)
dataloop(from datasource to datasink)
datasink(write value to file).

the datasource file has different value in every row.
but in result file(datasink) has same value in every row.

thanks?

2 Replies

  • SmartBear_Suppo's avatar
    SmartBear_Suppo
    SmartBear Alumni (Retired)
    In order to do this, you should do it in the following order:

    1) Create Data source
    2) Create Data sink
    3) Data loop from Data source to Data sink

    BTW: Make sure that you post your questions in the pro forums for prioritised support.

    I hope that helped,
    /Nenad
    http://eviware.com
  • tao's avatar
    tao
    New Contributor

    it's ok after I change the step order.
    thank you very much!