For Example i have one TestSuite with multiple classes.
Iteration 1 TestSuite execute in the first time it will take data in the first row of the Excel Sheet.
Iteration 2 TestSuite again execute in the second time it will take data in the second row of the Excel Sheet.
So on...
For your information -> I am using Apache POI for Data Driven. -> I am not interested to give parameter for iterate in the testng xml file itself. -> Test Suite should execute one by one.
Any help appreciated.