0 votes
in Other by
What is Gherkin Language in Cucumber?

1 Answer

0 votes
by

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 behaviour testing.

...