Multiple choice technology testing

A framework where test case and test data is contained in the data file.

  1. A hybrid framework using Keyword and Data Driven framework.

  2. Data Driven Framework.

  3. Table-Driven Framework.

  4. None of the above.

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

A hybrid framework combining Keyword and Data Driven approaches allows test cases (keywords/steps) and test data to be stored together in external data files, separating test logic from the execution engine.