What's the best BDD framework for working with ASP.NET MVC 2 + C# 4?
- by Soul_Master
I just heard about BDD when I watch video of Scott Guthrie in Sweden. One of listener asked question to Scott about How VS2010 and ASP.NET MVC do to support BDD.
After that, I search about BDD (Behavior Driven Development) that focus on specification more than unit testing when compares with TDD (Test Driven Development). I found some framework that work with Ruby and Java. But I do not any famous framework for .NET.
Please suggest me about BDD framework and summary PROs/CONs of it.
PS. Suggested BDD framework must work great on .NET 4, C# 4.0 and ASP.NET MVC 2.
Thanks,