Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
1k views

Any BDD success stories out there?

Having written a small article on BDD, I got questions from people asking whether there are any cases of large-scale use of BDD (and specifically NBehave). So my question goes to the community: do ...
1
vote
3answers
194 views

Running NBehave plain text scenarious using TD.NET

Is this possible? Actually, any tips about running nbehave tests and integrating them with build server would be appreciated. Maybe there's a good alternatives?
1
vote
2answers
366 views

Is there a .NET version of Concordion?

Apart from Fitnesse is there anything like concordion for .NET? Concordion is an open source framework for Java that lets you turn a plain English description of a requirement into an ...
1
vote
1answer
631 views

NBehave story output in resharper

I wrote a bunch of stories using NBehave. Now I have seen examples where the output is display in human readily format (see this example). Is there any way to get this output in resharper? Many ...
0
votes
1answer
154 views

NBehave and NUnit-2.5.5.10112 can work together?

I'm using Unit-2.5.5.10112. How can I use also NBehave, if it has dependency on an older version of NUnit? Should I ignore NBehave?
0
votes
3answers
640 views

TestDriven.Net nunit.framework error

I am running TestDriven.Net version 2.23, NBehave version 0.4.0.133, and nunit version Unit 2.5.0.9122. I am also running the latest version of Resharper. Here is a snipet of test code: ...
0
votes
2answers
232 views

Using Mocks with multiple scenarios in NBehave

I'm using NBehave to write out my stories and using Rhino Mocks to mock out dependencies of the System(s) Under Test. However I'm having a problem resetting expected behaviour in my mock dependencies ...
0
votes
2answers
233 views

Best Practices/Ideas for setting up system state when integration testing?

I have a number of C# integration tests written using the Given/When/Then style popularized by cucumber. I'm using a framework which basically works the same as NBehave. A recurring issue I'm facing ...