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 you have a project that used BDD successfully? If so, what benefits did you get, and what could have been better? Would you do BDD again? Wo...
Hi,
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 thanks in advance,
Florian
...
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 automated test
David Peterson (the author of Concordion) has told me that there is no .net port of Concordion that he knows of. However he say...
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 is the issue of setup and wiring up all the application state necessary for the integration test. Most of my tests look something like this...
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 when moving from one scenario to the next.
I only want to assert that the save method on my repository was called in two scenarios:
depe...
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:
var address = new Address
{
ActiveYN = true,
Address...
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?
...
Hi,
I am looking at using BDD, however, when evaluating the stories/conditions I write (using nBehave), how do I check if the story passes? Do I write another library with test methods?
For example, if I want to test a site for having a link called "About", do I write a method which can check this and then another method in another cla...
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?
...