Thank you for installing our product!

Below are some resources to help you get more out of dbForge Unit Test for SQL Server.

An intuitive tool for creating and performing unit tests

The functionality of Unit Test allows you to develop stable and reliable code that can be properly regression-tested at the unit level.

  • Run multiple unit tests at once
  • Write unit tests in regular T-SQL
  • Invoke unit tests via the command line interface
  • Launch object testing in isolation

To get started quickly, take a look at these guides:

Installing Test Framework

Unit Test uses the open-source tSQLt framework, a set of T-SQL tables, views, stored procedures, and functions.


Installing sample database

Installing the example database and running the example tests are explained in plain English.


Running tests

With Unit Test for SQL Server, you can run as many tests as you want with one click. Get to know how.


Fixing failed tests

Check a worked example of a failed test and an efficient way to fix it.


Using Unit Test in the DevOps process

Learn how you can utilize unit tests in the Continuous Integration approach.