Skip to main content

A flaky binding error - index out of range

Comments

2 comments

  • Andreas Willich

    Without a concrete example of the step, the binding regex, and a full call stack I can't really say anything what is happening here.

    0
  • Joel ransom

    I just had this exact error and it's misleading. In our case at least, one of the method parameters (supplied by an Examples table) was used as an index into an array inside the step which was failing because the element didn't exist.
    I'm not sure why this shows up as a binding error as by this point the parameters are already successfully assigned. It should've just been a simple array out of bounds exception. 

    Hopefully this helps the next person. 

    0

Please sign in to leave a comment.

Powered by Zendesk