In a BDD framework, which language is used for writing test scenarios?

  • Gherkin
  • Java
  • JavaScript
  • Python
In a BDD (Behavior-Driven Development) framework, test scenarios are typically written using Gherkin language. Gherkin is a plain-text language that uses keywords like Given, When, and Then to describe the behavior of a software application. It provides a structured and easily understandable way to express test scenarios, making it suitable for collaboration between technical and non-technical team members in the software development and testing process.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *