Search code examples
selenium-webdriverfunctional-testing

how to use excel data with selenium webdriver?


i am on Beginning stage in SELENIUM. Now, i am trying functional testing on selenium web-driver. As driving EXCEL data is very essential on functional testing, i am struggling a lot in this are. How to use Excel data?


Solution

  • You will be need to read data from excel using (apache POI) Java and perform some actions using webdriver. Below URL will help you out Excel Operations using Apache POI

    Some more references

    Even more detailed