Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

End to End DataDriven Framework : Selenium|Java|Maven|TestNG

Posted By: naag
End to End DataDriven Framework : Selenium|Java|Maven|TestNG

End to End DataDriven Framework : Selenium|Java|Maven|TestNG
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | Lec: 12 | 294 MB
Genre: eLearning | Language: English

End to End customized framework

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 created in the excel sheet, and is then imported into automation testing tools to feed to the software under test.

Selenium Webdriver is a great tool to automate web-based applications. But it does not support read and write operations on excel files.

What do we need to implement Data Driven Framework?

In order to follow this approach we must have Eclipse, TestNG properly configured.

Once done, we will look at:

Various interfaces of Apache POI.
Integration of Apache POI in the Eclipse.
Read Data from the Excel Sheet.
Write data to the Excel Sheet.
Advantages of using Apache POI with Selenium.
Interface in POI

One of the most remarkable features of Apache POI is that it supports read and write operations on both .xls and .xslx files.

End to End DataDriven Framework : Selenium|Java|Maven|TestNG