First of all, I would like to thank Roy Osherove for his recent blog about dataFresh . Right away we had more exposure for dataFresh than we have ever had! For those who don't know, Roy contributes to the agile/TDD world on his blog and has earned
Read More...
dataFresh is extremely easy to implement into your test framework. I will demonstrate just how easy it is by blogging a very simple implemenation using a test fixture base class from which all test fixtures should derive. [SetUp] public virtual void Setup()
Read More...
First of all we have over 3,000 automated NUnit tests in our application! Most of these tests are in fact writting to the database. Up until dataFresh, we used a stored procedure that was coded with all our setup or test data. This procedure would be
Read More...