Forum Discussion

thatsthat's avatar
thatsthat
Contributor
8 years ago
Solved

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...
  • JoostDG's avatar
    8 years ago

    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.