Tag: unit test

Simplifying Unit Testing Main Stored Procedure Which Also Calls a Utility Procedure

Database development, Stored Procedures, Testing

This article provides a walkthrough of database unit testing a stored procedure which contains a...
Read More

Jump to Start Test-Driven Database Development (TDDD)

Database development

As a rule, we start to develop database solutions by creating database objects, such as tables, views, stored procedures, etc., based on...
Read More

Art of Isolating Dependencies and Data in Database Unit Testing

Database administration, Database development, Testing, Work with data

All the database developers more or less write database unit tests that not only help in detecting bugs early but also save a lot of time...
Read More

Rules for Implementing TDD in Old Project

Database development, Testing

The article “Sliding Responsibility of the Repository Pattern” raised several...
Read More

Why Using Unit Tests is a Great Investment into High-Quality Architecture

Database development, Testing • 2 Comments

I have decided to write this article in order to show that unit tests are not only a tool to grapple with regression in the code but is...
Read More

SQL Server Unit Testing with tSQLt Framework

Frameworks, Languages & Coding, Testing

In this article, we will talk about the tSQLt framework — a free database unit testing framework for Microsoft SQL Server. You...
Read More
Close