Forum Discussion

Abdi's avatar
Abdi
New Contributor
7 years ago
Solved

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 numbe...
  • Abdi's avatar
    Abdi
    7 years ago

    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!