WebDriver Latest Questions
Part 21 98 : Do you know any external API name using which we can read data from excel file? Answer : We can use jxl API (Java Excel API) to read data from excel file. VIEW EXAMPLE We can use one more powerful API known as Apache POI API to read and write data In excel file. I … Read more