0

For example I have an row1, row2, row3 and I want to compare col1 data for each

@Test(dataProvider = "Login")
    public void someTest(String num) throws InterruptedException {

//how to access below nextRow(num)??
if (current row num.equals nextRow(num)){
 Then do something.....
}

}
Bas H
  • 2,114
  • 10
  • 14
  • 23
sarita
  • 1
  • 1
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Mar 16 '23 at 00:54

0 Answers0