thatsthat
8 years agoContributor
How can I see what Iteration my TestCase is on when using a DataSource Loop?
I have a test case that starts by running a JDBC/SQL query to create a DataSource. Let's say it returns 100 results.
I have a DataSourceLoop at the end of the TestCase which grabs the next set of data to pass in for each request.
I of course expect 100 test case runs.
Is there a way I can see through the ReadyApi interface which test run I am currently on?
i.e. if the test has looped through 10 records is there somewhere on screen it says 'Running Test 11' or 'On Iteration 11' or something like that?
Hi thatsthat,
There is the tab "Transaction Log" at test case level where you can see for each iteration the used row from your datasource.