Selenium_Pack Module19_Junit_Hybrid | Selenium Forum
M
Posted on 02/06/2016
In Below file
Selenium_Pack\Selenium_Pack\Selenium_Pack\code\Module19_Junit_Hybrid\src\testscript\DriverScript.java

Line 90:
int totalSets=testData.getRowCount(currentTest+"1");

should be
int totalSets=testData.getRowCount(currentTest)+1;

It is good if there are some bugs in the code, so that we can debug and learn