Abdi
7 years agoNew Contributor
Datasource skips even numbered rows
I have a datasource step which reads from an excel sheet in my test case. When I have only two rows in the excel sheet, both rows are run but when I have more than 2 rows, datasource skips even numbered rows. The strange thing is that all rows are loaded from the excel sheet but only the odd numbered rows are executed. I have attached screenshots of my datasource settings. I'd appreciate if anyone could help. Thank you.
Hello Anastasia
I found out where my problem was: My DataSourceLoop step was looping to DataSource. Setting the DataSourceLoop target step to the step that contains the request(As in the screenshot below) solved my problem. Thanks for trying to help!