9

I have heard of BDD (Behavior Driven Development) just recently, and I liked the idea. since I work mainly with C# and .NET, I found SpecFlow, then learned that SpecFlow uses Gherkin and now I feel lost. Where do you find official documentation that tells you everything you need to know about SpecFlow, the same for Gherkin.

In short: is there a book (not blogs and articles) about developing real life (practical) applications using these tools?

Davin Tryon
  • 66,517
  • 15
  • 143
  • 132
Ibrahim Najjar
  • 19,178
  • 4
  • 69
  • 95
  • I think you will find (at least in the .Net world) that this area is a little cutting edge to have that many books written on it, mainly because there haven't been that many full lifecycle projects completed yet. However, that doesn't mean that the information isn't there yet its just not in books. – AlSki Nov 19 '12 at 16:44

3 Answers3

5

The official documentation is available on github: https://github.com/techtalk/SpecFlow/wiki/Documentation

Gherkin documentation: https://github.com/cucumber/cucumber/wiki/Gherkin

Kirill Polishchuk
  • 54,804
  • 11
  • 122
  • 125
0

I can highly recommend The Cucumber Book (http://pragprog.com/book/hwcuc/the-cucumber-book).

It's not about C# and SpecFlow but all concepts applies. Loved it

Marcus Hammarberg
  • 4,762
  • 1
  • 31
  • 37