June 2017
Intermediate to advanced
256 pages
5h 38m
English
Cucumber is a test framework that supports behavior-driven development (or BDD, in short). The core idea behind BDD is domain-specific language (known as DSL) where the tests are written in normal English, expressing how the application or system has to behave. DSL is an executable test that starts with a known state, performs some action, and verifies the expected state:
Given I launch the appAnd I click on RegisterThen I should see register with Facebook and Google
Read now
Unlock full access