Intermediate
Software Testing & QA
Q63 / 100
What is "keyword-driven testing"?
Correct! Well done.
Incorrect.
The correct answer is A) A framework where test actions are represented by keywords (e.g. "Click", "EnterText") that map to underlying automation code, allowing non-programmers to write tests
A
Correct Answer
A framework where test actions are represented by keywords (e.g. "Click", "EnterText") that map to underlying automation code, allowing non-programmers to write tests
Explanation
Keyword-driven testing abstracts test steps into reusable keywords, separating test design from implementation details, often used to involve non-technical testers.
Progress
63/100