Cucumber alternative for .NET

2019-01-16 04:51发布

Quick one, has anyone come across a library similar to Ruby's cucumber (a human readable DSL for defining use case stories that can be tested against) in the .NET sphere?

标签: .net cucumber
8条回答
倾城 Initia
2楼-- · 2019-01-16 05:30

StoryTeller is somewhat related even though it is not strictly BDD. It seems to support a somewhat different kind of test but is written in .NET. Read more on Jeremy Millers blog

查看更多
smile是对你的礼貌
3楼-- · 2019-01-16 05:32

There is also StoryQ. This is a dev focussed approach to user stories that can report back out clients. http://storyq.codeplex.com

StoryQ is a portable (single dll), embedded BDD framework for .NET 3.5. It runs within your existing test runner and helps produce human-friendly test output (html or text). StoryQ's fluent interface adds strong typing, intellisense and documentation to your BDD grammar.

查看更多
登录 后发表回答