Welcome to EntropyZero Blogging Server Sign in | Join | Help

Mike_Brockey[0].Blog()

Object reference not set to an instance of an object.

October 2006 - Posts

Preparing test data with a SETUP script.
So you have a database with real data that you want to use in your testing framework and you are looking for a way to get that data out so that it can be maintained in a script and be run as part of your unit tests. Thycotic Software has a great tool Read More...
deltaHelper Documentation Series -- DELTA_TableExists
I will start the series with the DELTA_TableExists function that is provided in the deltaHelper script. We have implemented certain guidelines on our team for writing deltas. One guideline required that all delta be repeatable. As you may have already Read More...
deltaHelpers added to the EntropyZero TDD Developer's Toolkit
How many times do you have to write a query against the information_schema.tables view before you finally remember the name of it and where that underscore goes? deltaHelpers are a collection of stored procedures and sql functions that are a direct result Read More...
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...