BDD for PHP with PhpStorm and PhpSpec
This video explains the Behavior-Driven Development (BDD) workflow in PhpStorm IDE and show you how to drive the design of your code with PhpSpec. With a focus on refactoring, source and file...
View ArticleNGourd Presentation
NGourd, a BDD framework for C#, is presented by Michael Minutillo (@wolfbyte) at the Australian Virtual Alt.Net meeting, May 11 2009. NGourd is designed heavily influenced by the Cucumber tool from the...
View ArticleOutside-in development with Ubuntu
This is a demo of how I’d like to be able to do Behaviour-driven development (from the outside-in) on Ubuntu using stories and automated testing. The story-part is already possible with cucumber – but...
View ArticleGood Test, Better Code – From Unit Testing to Behavior-Driven Development
“Testing is design”; “Unit tests are documentation”; “Tests are specifications”. These are sought-after rewards of developer testing practices, but simply writing tests or even writing tests before...
View ArticleBehaviour-Driven Development – a road to effective design and clean code
In this talk, Dan contrasts the traditional top-down and bottom-up approaches with a proven “outside-in” approach based on real life experience – engaging with and listening to our stakeholders. He...
View ArticleWorking Outside-in with Cucumber and RSpec
Look at the idea of working Outside-in and the importance of focusing on customer value. Introduce Cucumber a testing tool which allows writing plain text feature documentation which through Ruby steps...
View ArticleCucumbered
In this talk from FutureRuby, Joseph Wilk gives an introduction to the BDD framework Cucumber and gives valuable tips for getting it adopted and used by customers and developers. Cucumber lets software...
View ArticleBehavior Driven Development in Java with easyb
Easyb is a new and very hip behavior driven development framework for Java. This talk will go through the basic principles of Behavior Driven Development, and look at how it builds on and differs from...
View ArticleWhen I finally understood Behaviour-Driven Development
This is a lightning talk about why I, as an experienced TDD:er, at first was convinced that BDD was completely useless and more or less harmful, which faulty assumptions I had and why I’ve completely...
View Article