Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • There are cucumber clones/alternatives for .NET also: see this StackOverflow question Commented Jun 15, 2011 at 23:24
  • @Carson63000 Yeah there are, but I personally don't see much of a point. Ruby is a .Net language in IronRuby. Just create an IronRuby project and use actual cucumber. Commented Jun 15, 2011 at 23:32
  • I love BDD and use StoryQ. Don't forget to mention that the story can be expanded into senarios with Given/When/Then. Given some stuff has happened When I do this And this Then I expect this and this. Check out David Starr's talk on this at TechEd channel9.msdn.com/Events/TechEd/NorthAmerica/2010/DPR302 and also have a look at StoryQ if you are using .net storyq.codeplex.com Commented Jun 15, 2011 at 23:47