Multiple choice technology testing

Following are properties of Data-Driven Framework. Select all which are true.

  1. A framework where test input and output values are read from data files.

  2. Test case is contained in the data file and not in the script.

  3. Kewords are most important aspect of this framework.

  4. Only test data is contained in the data files.

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

Data-Driven Framework separates test data from test logic - input/output values come from data files (A), and only test data resides in those files (D). Test logic remains in scripts, making B false. Keywords are central to keyword-driven frameworks, not data-driven (C false).