Data Driven Framework

customize management

Data Driven Framework

The automated software tools on the market support some sort of data driven testing, which allows you to automatically run a test case multiple times with different input and validation values. As Selenium Webdriver is more an automated testing framework than a ready-to-use tool, you will have to put in some effort to support data driven testing in your automated tests.

In this framework, input values are read from data files and are stored into a variable in test scripts.Data Driven testing enables building both positive and negative test cases into a single test.In Data-driven test automation framework, input data can be stored in single or multiple data sources like xls, XML, csv, and databases.