NBehave
Behaviour-driven development in .Net

News

2008-01-07 NBehave source moved to Google Code

As Jimmy Bogard puts it:
Codeplex is great for everything...except source control

NBehave's source code is now found at Google Code.
And NSpec has also been integrated with NBehave.

2007-09-04 - NBehave and Behave# merges

Behave# and NBehave have been merged into one framework.
Behave# was earlier merged with nunit.behave and the 3 startes of the frameworks are very happy to joining their efforts and concentrating their work into one common framework. We kept things simple which means we decided on using the name NBehave and the Behave# code.
The first release under the NBehave name with a RBehavish feel is 0.3

Introduction to
behaviour driven development

Behaviour-driven development (BDD) is an evolution of test-driven development (TDD) and acceptance-test driven design, and is intended to make these practices more accessible and intuitive to newcomers and experts alike.

It shifts the vocabulary from being test-based to behaviour-based, and positions itself as a design philosophy.