June 2017
Intermediate to advanced
256 pages
5h 38m
English
Cucumber is a command-line tool that basically executes the feature file which contains business scenarios facing the application. Feature files follow a specific syntax that is called Gherkin. Gherkin is a Domain Specific Language (DSL) that allows us to describe a business scenario. It's a line-oriented language that uses spaces or tabs to define structure apart from the keyword.
There are two basic conventions with Gherkin:
The stages of writing a scenario will be as follows:
All these steps of writing a scenario are business facing, ...
Read now
Unlock full access