I wish to learn Gherkin so I can use it with specflow; I am looking for a document I can read on the train e.g. print out on paper.

All I can find on the web is short disconnected descriptions that don’t tell a story and require lots of clicking between web pages to read.

(I don't mind buying a good if it has lots of good Gherkin content in it)

link|improve this question

feedback

4 Answers

up vote 9 down vote accepted

The RSpec book is a great book to introduce some of the concepts of BDD, Rspec(as a .net dev you should check out MSpec) and Cucumber which is a based on Gherkin.

The best free printable resource is the awesome, http://www.cuke4ninja.com

Which has a downloadable and PRINTABLE pdf.

NINJA Cucumber!

There is a BNF definition https://github.com/aslakhellesoy/gherkin/wiki/BNF if you are that way inclined.

There's a Cucumber book out now too

link|improve this answer
feedback

I would start with the official Gherkin Language Page and work your way from there. It is a broad enough overview to get the major components and show people that it's really just a human-readable, business language for getting requirements down.

From there I would expand to the The Official Cucumber Tutorials or checkout this blog post for more insight.

If you're looking for something to hold, you should pick up The RSpec Book which covers Gherkin and Cucumber; the language is so terse that it can be quickly covered and learned, so you're unlikely to find a book dedicated to just Gherkin.

link|improve this answer
How can I print something useful out from these, they are not desing as documents to be read "of-line" – Ian Ringrose Mar 3 '11 at 16:38
The Gherkin homepage I provided as well as these pages could be printable and cover the majority of the information you would need to get started. Honestly the language is so small it won't warrant it's own book: github.com/aslakhellesoy/cucumber/wiki/Feature-Introduction , github.com/aslakhellesoy/cucumber/wiki/Given-When-Then – acconrad Mar 3 '11 at 17:04
feedback

If you're looking for something that is offline I cannot recommend The RSpec Book (http://www.pragprog.com/titles/achbd/the-rspec-book) enough. It's a great book and introduces not only BDD, but also Cucumber and Gherkin.

On how to write great Gherkin I have found this article very useful: http://www.engineyard.com/blog/2009/15-expert-tips-for-using-cucumber/

Good luck

link|improve this answer
feedback

I've used Writing Features - Gherkin Language as the recommended introduction for newcomers at work, and it has worked out really good

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.