A short and quick guide to mastering behavior-driven software development with Cucumber Overview Learn something new in an Instant! A short, fast, focused guide delivering immediate results. A step-by-step process of developing a real project in a BDD-style using Cucumber Pro tips for writing Cucumber features and steps Introduces some popular and useful third-party gems used with Cucumber In Detail Cucumber is a Behavior Driven Design framework, which allows a developer to write specification tests which then tests that the program works as it should. It is a different development paradigm, as it involves writing what the program should do first, then you develop until it passes the tests. Instant Cucumber BDD How-to will cover basics of Cucumber ...