Welcome to EntropyZero Blogging Server Sign in | Join | Help

Mike_Brockey[0].Blog()

Object reference not set to an instance of an object.

Browse by Tags

All Tags » dataFresh   (RSS)
Excellent Publicity for dataFresh! -- Thanks Roy!
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...
Just how easy is it to setup dataFresh?
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...
A dataFresh Success Story!
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...