Domanda

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?

È stato utile?

Soluzione 2

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

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

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top