In BDD with Cucumber, what language is used to write test scenarios?

  • C#
  • Gherkin
  • Java
  • Python
In Behavior-Driven Development (BDD) with Cucumber, test scenarios are written in the Gherkin language. Gherkin is a business-readable language that uses a simple, structured syntax to describe the behavior of software in terms of Given, When, and Then steps. Gherkin is designed to be easily understandable by non-technical stakeholders, fostering collaboration between different roles in the development and testing process.
Add your answer
Loading...

Leave a comment

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