For a while, we have been building apps that use unit testing and integration testing. While these testing approaches have really helped improve the quality of applications upon release, there are other approaches out there as well. At work, people have talked about BDD a bit and in .net there is a framework called SpecFlow. Here is how I set it up.
First off, you can go to the site here at: http://www.specflow.org/getting-started/. The steps to set up a project are easy:
Now, compare those steps with the tutorial, and I think you will find that it is easy to setup SpecFlow. One of the issues I am running into is how to write SpecFlow tests. They seem like integration tests, but the specs are written by QA/Business. If this is the case, how do we make sure we reuse the DSL features. This may be something others at work will find out.
If you have any experiences with SpecFlow, please let me know. Thanks!