SpecFlow.Assist.Dynamic–maxing out with Simple.Data
November 2, 2011
SpecFlow.Assist.Dynamic came about from my own need when I wrote something that used Simple.Data.
I saw the power and simplicity (duh!) in Simple.Data by using dynamics. And I started to thinking on how it could be used in SpecFlow to further simplify and shorten up the code in my steps.
This is the third and final post on SpecFlow.Assist.Dynamic. Again this is not the formal documentation. It can be found here. These are just my personal preferences and thoughts on how to use it. This time with Simple.Data
. And it won’t be long.
SpecFlow and Simple.Data
First you should check out Darren Cauthon’s post on using SpecFlow and simple data together. It shows the great use of a lightweight, simple data access framework in SpecFlow.
As I said in my earlier post test data management is something...