Hi support team, I am very new to soapui pro and groovy script, kindly help me in understanding the concept of DATA SINK , i need to store the results of my groovy script/ the xml response in an E...
Sorry for the confusion, I mistakenly mentioned as Datasink instead of DataSource. Below is the correct question.
Can you please let me know how to fetch the number of Rows of data added in the datasource after that step is executed? I am trying to use the steps as attached
Datasource - Fetch all the data's from the excel POS_RIPC_Indv - Executes with the data from the data source Groovy Script - Need to write script to save the number of records in the Datasource Datasink - Fetches the RawRequest and Response from the test step POS_RIPC_Indv and save it to an Excel sheet. DataSource Loop - Loop Datasource to fetch the next row of record.
Basically I wanted to run the POS_RIPC_Indv test step and save all the request and response in a single excel sheet in consecutive rows. As of now whenever Datasink step executes it over rites the value in the 1st row. So I want to pass the row number dynamically based of the no or rows of data in the Datasource.