Design DataDriven Framework in 100 mins|Selenium|Java|TestNG

Step by Step designing of end to end customised framework for Selenium with Java | Apache POI | Maven

Ratings: 3.30 / 5.00




Description

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


What You Will Learn!

  • ** Ready to develop Datadriven Automation framework using Selenium-Java-TestNG & Apache POI***
  • ** Ready to face data driven framework interview questions ***

Who Should Attend!

  • Automation tester looking to design automation framework from scratch
  • Manual tester looking opportunity in Selenium Automation with Java
  • Automation Testers looking to learn BDD Framework step by step