Forum Discussion

GouravKapoor's avatar
14 years ago

Facing Issue in Data Sink

Hi,

I am trying to capture the response obtained from one test request in the same datasource file which is passed as input parameter, I am following the below structure for property transfer-

DataSource-->Property Transfer-->Test Request-->Property Transfer-->Data Sink-->DataSource Loop

I am using datasource with 5 rows of records and after running the test case, when I check the output file,only last value from the response is getting written that too in separate tab(with name as DataSink). I want to get the new records inserted adjacent to respective Input parameters for all the five input data.

Can anyone please guide me on resolving the Issue.

Thanks
Gourav

2 Replies

  • Hi,

    To get support, which you are entitled to as a soapUI Pro customer, please post in the soapUI Pro forum instead -- using the credentials that accompanied your license.

    Regards

    Henrik
    SmartBear Software
  • priyanshu's avatar
    priyanshu
    Occasional Contributor
    You can use the condition goto step or Groovy Script to directly jump to the data sink step after the Test Request Step.
    In this way:'
    DataSource-->Property Transfer-->Test Request-->Property Transfer-->Groovy Script(Jump to Data Sink with Condition)-->DataSource Loop-->Data Sink