29 October 2011
In Part 2, we looked at the first couple of tests for a new table; thatĀ it exists and with the correct structure (columns, data types etc). In this part we are going to write the rest of the tests we need to cover this table effectively. We will be validating the primary key, the IDENTITY [...]
Read the full article →
19 October 2011
In Part 1, I worked through setting up the tSQLt unit testing framework in a development database for the first time. In this post, we are going to start writing our first tests for the first piece of functionality to be implemented in Log4TSql which is an open source database logging and exception handling block [...]
Read the full article →