TSQL Unit Test tools 2017: SQL Server Data Tools 2017 vs tSQLt
I have a new project that needs SQL Server unit test, and CI/CD with VSTS. Below is the features that are required SQL server unit test against stored procedure, initial target tables setup for each test and clean up Unit test in sql CI/CD with VSTS and Git Easy setup and easy to use I looked into SSDT 2017, which seems good. But it seems it lacks a feature where common setup script can be shared easily between each test in Pre-Test step. It might lack other features that should be available for daily usage. But I might be wrong. Which tool fits better for general sql server unit testing in