Module 21 - Excel report is not generating | Selenium Forum
M
Posted on 08/12/2015
HI,

I am using Hybrid framwork(Module 21) for application,
there are 97 test steps in the test case, upto 96 steps its working properly, upto 96 test steps for corresponding Keyword it is writing the test execution result "pass" , but for 97th keyword it is not writing pass/fail and giving the error like " index outbound exception index 96"

what could be the reason, can you give me the solution for the same.

M
Replied on 09/12/2015

[quote:1mmi2chy]IndexOutOfBoundsException[/quote:1mmi2chy]

Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.

example

array arr[10];

arr[11]="";//IndexOutOfBoundsException