Prev Next

Testing / Cucumber Interview Questions

Which language is used in Cucumber?

Cucumber tool was originally written in the "Ruby" programming language. It was exclusively used only for testing Ruby as a complement to the RSpec BDD framework. But now, Cucumber supports a variety of different programming languages including Java, JavaScript, PHP, Net, Python, Perl, etc. with various implementations. In Java, it supports native JUnit.

Cucumber also uses Gherkin. It's a straightforward English representation of the app's functionality. It is used for defining test cases. It is intended to be non-technical and human-readable, and it describes use cases for a software system as a whole. It's a domain-specific (DSL), business-friendly language.

More Related questions...

Show more question and Answers...


Comments & Discussions