How to read the entire row from excel file. | Selenium Forum
M
Posted on 02/10/2016
In Selenium WebDriver, How to read the entire row from excel file.
Say, In excel file, cell A1 has data type String, B1 has int, C1 has char, D1 has float, E1 has boolean, F1 has double, etc.

M
Replied on 03/10/2016

use excel reader and then use a for loop.