Specification by Example workshops
I’m speaking here:
- Testing and Finance, London, 17 May
- NDC, June 6-8 Oslo
- Agile Testing Days, November 19-22, Potsdam, Germany
Archive for January, 2010
-
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... -
BDD in .NET with Cucumber part 2: Making scenarios easier to read with tables
Posted on January 4, 2010 | 1 CommentThe BDD Given/When/Then scenario structure is great for workflows, but too verbose when a specification includes lots of similar cases or when complicated objects come into play. This is where Cucumber tables come in. Tables provide just enough structure to group related data together so that it can be efficiently... -
BDD in .NET with Cucumber, Cuke4Nuke and TeamCity
Posted on January 1, 2010 | 22 CommentsAt the Oresund Developer conference in Sweden about two months ago, Aslak Hellesoy talked about recent changes to his Cucumber Behaviour-Driven Development tool, aimed at providing better support for platforms other than Ruby. Instead of using the tool through slow Ruby ports, .NET and Java developers got a chance to...

