It is always an issue when executing a test case using a data loop, where the user will want to know how many rows executed in order to trace the failing data row back to the datasheet. Current options are:
1. Count each row displayed in the datasource display area manually (after running for the second time because Smartbear still has not fixed the bug where the data is not displayed the first time.)
2. Add a numeric column to your data to count the rows for you (I.e. create your own row header)
3. Play around with the options changing the rows until you find it
Solution:
Modify the Datasource test step to include numbered row headers on teh far left of each row from 1 to n.