🎴 Flashcard Mode
Quality Center and Test Automation Frameworks
Card1 / 20
Mastered0
Review0
QuestionClick to flip
Following are properties of Data-Driven Framework. Select all which are true.
AnswerClick to flip back
A
A framework where test input and output values are read from data files.
B
Only test data is contained in the data files.
💡 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).