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
cucumber Archive
-
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... -
Cucumber: Next Generation Ruby BDD tool
Posted on August 6, 2008 | 1 CommentDuring his Executable User Stories with RSpec and BDD session at Agile 2008 today, Aslak Hellesøy presented Cucumber, a new rewrite of RSpec Story Runner. According to Aslak, Cucumber is easier to use than the previous Story Runner. It also supports internationalisation, executing from the command line or rake, has...

