Data Driven Framework is one of the popular Automation Testing Framework in the current market.
Data Driven automated testing is a method in which the test data set is prepared in the excel, and is then imported into automation testing tools to use for testing application with different set of test data.
Selenium Webdriver is a great tool to automate web-based applications. But it does not support read and write operations on excel files.
In order to follow this approach we must have Eclipse, TestNG properly configured.
Course Roadmap
We are going to read data from excel using Apache POI.
Add Apache POI Jars in the Eclipse.
Read Data from the Excel Sheet.
Feed data to our test cases.
Verify result of testcases with different set of test data
2113
14
TAKE THIS COURSE