Tag: data driven framework
Posted in Selenium
Configure Log4j | Data Driven Framework | Part 4
Logs provide an easy way to debug the execution flow. In this data driven framework tutorial, we will use log4j Logger to
Posted in Selenium
Data Driven Framework | First Test | Part 3
At the end of this data driven framework tutorial you would be able to:create a test script and execute it using TestNGwrite a generic method
Posted in Selenium
Data Driven Framework | Creating The Project | Part 2
In this part of data driven framework tutorial, we will perform the following:
Create a new Maven project and add necessary packages
Posted in Selenium
Data Driven Framework Tutorial | Part 1
Data driven framework is a testing framework that uses external sources to store and manipulate test data. These sources could be excel sheets, databases, etc.