Sometimes you want to use data in other steps. Maybe you have generated some value types or reference types which you have to use. This is not so difficult, but keep in mind, that the Context will be emptied for
ATDD with Specflow
So, this post is a step by step how-to, from writing the Acceptance Tests with Specflow, then implement the Specflow steps, write Unit Tests, Write Code, Refactor. So this means Red, Green, Red, Red, Green, Refactor Lets create a Specflow
Setup Specflow project with Visual Studio 2012 and Resharper
I just had to show how we can work with Specflow in our project to use this testing Framework as Acceptance Tests. This post will explain how to setup VS 2012 with Specflow, the next one will guide you how