Forum Discussion

robinh12's avatar
robinh12
New Member
2 years ago

How to loop row response from JDBC Request to send Soap Request

ReadyAPI is new to me. I have a JDBC Request to retrieve data from a table with two columns (IntA, IntB). To get the first row in the table, I can pass the variable to the Soap request. However, I want to loop through all rows to verify a large number of cases. So, how do I go about doing it?

1 Reply

  • Use the DataSource test step configured with the same connection you used for the JDBC.

    At the end of your test steps add a DataSource Loop test step and configure that to point at the request.