Forum Discussion
1 Reply
- mrdwpriceContributor
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.
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?
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.