This document discusses Behavior-Driven Development (BDD) using Behat and provides examples of how to write feature files and scenarios. It outlines the standard BDD format including features, scenarios, and backgrounds. It also shows how to write scenarios using the Given/When/Then format and includes tables for scenario results. Finally, it briefly mentions PHPSpec for unit testing and provides links for further information.