开发者

Writing quality specifications with SpecFlow (or equivalent tool)

开发者 https://www.devze.com 2023-01-18 13:29 出处:网络
I\'ve been playing with SpecFlow for the last couple of days.During that time I realized I should brush up on writing quality specs for these systems.

I've been playing with SpecFlow for the last couple of days. During that time I realized I should brush up on writing quality specs for these systems.

Could someone point me towards some resource开发者_JS百科s with best practices on creating quality specifications for SpecFlow or similar tools?


Some good ressources are:

The Cucumber Wiki
https://github.com/cucumber/cucumber/wiki/
The Cucmber Wiki contains a lot of information on how to write Gherkin specifications (resp. examples like some BDD-jargons would call them)

The RSpec Book
http://www.pragprog.com/titles/achbd/the-rspec-book
This book has some very concrete tips on how to use Cucumber, a lot is applicable for other Gherkin- or BDD-tools in general.

Book: Bridging the Communication Gap
On Amazon, Book Page
A great book by Gojko Adzic about the concepts and the process of Specification by Example

Upcoming Book: Specification by Example
The new book of Gojko Adzic containing detailed information and experiences about applying "Specification by Example" in the real world.
Hopefully to be published soon (I am currently reading a review edition).

Google Groups:
The following groups contain plenty of information about BDD and Specification by Example:
http://groups.google.com/group/cukes
http://groups.google.com/group/behaviordrivendevelopment
http://groups.google.com/group/specflow

0

精彩评论

暂无评论...
验证码 换一张
取 消