Learn how to do Specification by Example
I’m speaking here:
- Agile Practitioners 2012, Tel Aviv, Israel, 30-31 January 2012
- Software Passion Summit, Göteborg, Sweden, March 19-20, 2012
- Scandinavian Developers conference, Göteborg, Sweden, April 17, 2012
- Dutch Testing Conference, Bussum, NL, 18 April
- Testing and Finance, London, 17 May 2012
bdd Archive
-
Liz Keogh: learning through testing
Posted on April 16, 2010 | No CommentsSpeaking at the BBC QA Day today, Liz Keogh said that learning is often a constraint on software projects. Software projects deal with many risks and unknowns as they are mostly about new product development. Doing a project which took eight months again, with the same people and same technology,... -
Behaviour Driven Development with Cucumber: Video, Slides and Links
Posted on February 8, 2010 | 5 CommentsHere’s the video from my talk on Behaviour Driven Development and Acceptance Testing with Cucumber last week. In this talk, I go over the basics of Cucumber scenario structure and integration and show examples of using it with Ruby, .NET and Java applications. (scroll down to see the slides and... -
How to effectively define a sufficient set of BDD scenarios/Acceptance tests?
Posted on January 6, 2010 | No CommentsI got this question from a reader today: How would you effectively define a sufficient set of If-When-Then scenarios to test for correctness what is potentially an extremely large set of transformations? -
BDD in .NET with Cucumber part 3: Scenario outlines and tabular templates
Posted on January 5, 2010 | 3 CommentsIn part 2 of this tutorial we used tables to organise scenario information efficiently. This works fine for processing lists of objects, but it requires additional code to work with Cucumber tables and it isn’t the best solution when things go wrong. In this part, I’ll show you how to...

