Connecting the Dots of Azure SQL CICD Part 3: Testing with tSQLt

In part 3 of our Azure SQL database change management (CICD) series we cover testing your code using tSQLt and GitHub Actions.
Prerequisites Check
Refer to part 1 and part 2 for the prerequisites.
git
A GitHub account
Visual Studio Code
Docker
.NET Core SDK
Fork the GitHub Project
We will be using tSQLt in this post,
The post Connecting the Dots of Azure SQL CICD Part 3: Testing with tSQLt appeared first on Azure SQL Devs’ Corner.
Published on:
Learn moreRelated posts
Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions
The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, staticall...
July Patches for Azure DevOps Server
Today we are releasing patches that impact the latest version of our self-hosted product, Azure DevOps Server. We strongly encourage and recom...
Azure SDK Release (June 2025)
Azure SDK releases every month. In this post, you'll find this month's highlights and release notes. The post Azure SDK Release (June 2025) ap...
Exploring azd extensions: Enhance your Azure developer experience
A deep dive into the introduction of the Azure Developer CLI (azd) extensions and the azd extension framework to build extensions. The post Ex...