Which programming language is commonly associated with writing Cucumber scenarios?

  • C#
  • Java
  • Python
  • Ruby
Cucumber scenarios are commonly written in Gherkin, a plain-text language. While Gherkin itself is language-agnostic, it is often associated with languages like Ruby. Therefore, Ruby is commonly used when writing Cucumber scenarios to define the behavior of the software in a clear, human-readable format.
Add your answer
Loading...

Leave a comment

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