Initial set up and configuration of DBTestUnit
Last modified: 2011-06-08 Overview This is the first in a two part series on how to set up the Visual Studio (VS) template – that is included in the DBTestUnit download. The second will show how to...
View ArticleRunning your first tests
Last modified: 2011-02-28 This blog is the second in a two part series. It will look at: running the some simple tests against the database using the provided SQL helper scripts to help get the...
View ArticleRunning DBTestUnit tests using MBUnit
The following gives a brief overview on how to use MBUnit (v 2.41.232.0) using the GUI or console. This version of MBUnit is the default testing framework up to version 0.4.0.428 of DBTestUnit. It...
View ArticleConfiguring your DBTestUnit test project
There are two places that need to be configured to allow tests to run: 1. The test dll config file. 2. The ‘dbInstance’ property set in the test classes. This blog will explain how to config each of...
View Article