BDD Addict Newsletter December 2016
by Gáspár on January 5, 2017
The monthly dose for BDD addicts… In December #bdd, #specflow and #cucumber stories from Gojko Adzic, The Cucumber team, Jim Holmes, Alister Scott & Kevin Smith.
BDD Addict Newsletter November 2016
by Gáspár on December 8, 2016
The monthly dose for BDD addicts… In November #bdd, #specflow and #cucumber stories from Adam Bertram, Anthony Chu, Sam Hatoum, Jim Holmes & Kevin Smith.
BDD Addict Newsletter October 2016
by Gáspár on November 16, 2016
The monthly dose for BDD addicts… In October #bdd, #specflow and #cucumber stories from Nicolas Fränkel, Marcus Hammarberg, Chris Parsons, Alister Scott & Gaspar Nagy.
Property-based BDD Examples with SpecFlow and FsCheck
by Gáspár on November 2, 2016
BDD (Behavior-driven development) is a software development process focusing on active collaboration, which illustrates and automates the requirements using key examples of the problem domain. In BDD, the formalized examples use a natural language-based DSL driven by the Given/When/Then keywords. At the same time, property-based testing (PBT) uses abstract formulas to declare expectations for the […]