Forum Discussion

JustinM89's avatar
JustinM89
Contributor
8 years ago
Solved

Getting several rows per iteration not working properly?

I have a spreadsheet with which I need to iterate 2 rows at a time. I have followed this documentation: http://readyapi.smartbear.com/structure/steps/data/source/multirow/start   Yet the property ...
  • JustinM89's avatar
    JustinM89
    8 years ago

    I put in a case with SmartBear support and got this resolved. Turns out, when just executing the Groovy script, it has no context of the DataSource and can't find the values, but it will pick them up when executing the test case. Makes sense, but it does make debugging Groovy scripts a little more difficult.