What is Cucumber syntax?
The test cases in Cucumber testing are written in plain English that anyone can comprehend without any technical understanding. This simple English text is called the Gherkin language. Gherkin is a machine-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.
Important Terms used in Gherkin Feature Background Scenario Given When Then And But Scenario Outline Examples