QuestionQ91

Generic Automation Development

Which type of test case template should be used to organize a test case around the Given-When-Then containers?

  • A XBrowser Test Template
  • B RDD (Requirement-Driven Development) Test Case Template.
  • C Test With Timeout template
  • D BDD (Behavioural-Driven Development) Test Case Template.
Explanation

Behaviour-driven development (BDD) uses Given-When-Then to describe a starting context, an action or event, and the expected outcome. A BDD test case template is therefore designed for this structure.

Community Discussion

No comments yet. Be the first to start the discussion!