BDD with SpecFlow, NUnit and MVC3–View a List Of Products
In the last post I set up an MVC project and Specs project and added various assembly references to the Specs project. In this post I’ll write my first feature which is to view a list of products. The First Feature Add a features folder to the Specs project then add a new item. If […]