Forum Discussion

Hellotest's avatar
Hellotest
Contributor
3 years ago
Solved

Getting error failed to position on start row with datasource

Hi 

Seeing error while running test case with datasource as attached or below.

Error : Failed to position on the start row.

Not sure what is causing this and how to fix it? 

None of my other team mates are receiving this error when running same test case. We all have same code base.

Note- this issue is happening to all test cases with datasource.

Please can any one suggest.

  • please close this link , it was working later with no fix.

2 Replies

  • aaronpliu's avatar
    aaronpliu
    Frequent Contributor

    Hellotest ,

    Not sure which type of data source you chose.

    If it is groovy, tool provide code snippet for loop, usually data source and data source loop are running together.

     

    def row = testRunner.testCase.testSteps["DataSource"].currentRow

     

     

     

    Thanks,

    /Aaron

    • Hellotest's avatar
      Hellotest
      Contributor

      please close this link , it was working later with no fix.