Hi there,
I just started devoloping ASP.NET MVC Web applicatons. One thing I like about ASP.NET MVC is the built in test environment. It gives you the possibility to write unit tests and built test driven web applications (TDD). But I'm missing the possibility to do behaviour driven development (BDD).
BDD can be done nicely using Ruby On Rails and Cucumber.
But is there a way to do it the BDD way in ASP.NET MVC?