February 2015
Intermediate to advanced
338 pages
8h 16m
English
Before we dive into the meat of the book, let’s give you some context with a high-level overview of a typical Cucumber test suite. This structure, from features down to automation library, is illustrated in the figure.

Cucumber was originally created as a command-line tool by members of the Ruby community. It has since been translated into several development environments, including Java, to allow more of us to enjoy its benefits. When you run Cucumber, it reads in your specifications from plain-language text files called features, examines them for scenarios to test, and runs the scenarios against your system. Each scenario ...
Read now
Unlock full access