CTAL-TAE · Question #73
You are evaluating the best approach to implement automated tests at the UI level for a web app. Specifically, your goal is to allow test analysts to write automated tests in tabular format, within…
The correct answer is B. Keyword-driven testing. Keyword-driven testing allows test analysts to define test steps in a tabular format using natural language keywords that represent user actions on the UI. These keywords are mapped to underlying automation code, enabling analysts to create tests without programming, while the…
Question
You are evaluating the best approach to implement automated tests at the UI level for a web app. Specifically, your goal is to allow test analysts to write automated tests in tabular format, within files that encapsulate logical test steps related to how a user interacts with the web UI, along with the corresponding test data. These steps must be expressed using natural language words that represent the actions performed by the user on the web UI. These files will then be interpreted and executed by a test execution tool. Which of the following approaches to test automation is BEST suited to achieve your goal?
Options
- ATest-driven development
- BKeyword-driven testing
- CData-driven testing
- DLinear scripting
How the community answered
(41 responses)- A7% (3)
- B88% (36)
- C2% (1)
- D2% (1)
Explanation
Keyword-driven testing allows test analysts to define test steps in a tabular format using natural language keywords that represent user actions on the UI. These keywords are mapped to underlying automation code, enabling analysts to create tests without programming, while the test execution tool interprets and runs them.
Topics
Community Discussion
No community discussion yet for this question.