Multiple choice technology testing

The type of Automation framework that drives the UI based on data present in spreadsheets / Flat files / XML Files is

  1. Data Driven Testing

  2. Keyword Driven Testing

  3. Functionality Driven

  4. All the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Data Driven Testing is an automation framework where test data is stored externally in spreadsheets, flat files, or XML files, and the test scripts read this data to drive the UI. This separates test logic from test data, allowing the same script to run with multiple data sets.