Today in this article we will mainly discuss how to implement data driven framework in selenium webdriver using TestNG data provider.We have so many frameworks like Keyword driven framework, Hybrid Framework, POM that is Page object model and data driven framework, each framework having its own feature so we need to decide which framework to choose for this project. I … [Read more...] about How to Create Data Driven Framework in Selenium Webdriver in easy way
Selenium Framework
Read excel file in selenium using JExcel
Read excel file in selenium Hello Welcome in this post we will see how to Read excel file in selenium using Jexcel. As we, all know Selenium support only browser automation, so for reading and writing with Excel files we have to user third party API like JExcel and Apache POI. JExcel- JExcel is free API to work with Excel files; it comes with predefined method, classes … [Read more...] about Read excel file in selenium using JExcel