Question

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?

Was it helpful?

Solution 2

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

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

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top