Testing / Cucumber Interview Questions
What is Gherkin Language?
Gherkin is a readable business language that allows you to define business activity without getting bogged down in implementation specifics. It's a domain-specific language for defining specs tests in Cucumber format. It describes use cases in plain English and helps users to remove logic elements from behavior testing.
More Related questions...