Term: Data Driven Testing Framework
1 found
What is Data Driven Framework
The goal of the data-driven architecture is to isolate the logic of the test scripts from the test data. enables us to feed various test data sets to test automation scripts to construct them. The test data set is stored in external resources or files, including XML files, SQL databases, Microsoft Excel Sheets, and Microsoft Access Tables. To obtain test data, the test scripts establish a connection with the external resources. We could quickly and simply make the test scripts function correctly for various test data sets by utilizing this framework. Comparing this framework to a modular-based framework, the amount of test scripts is substantially lower.