How to integrate tsqlt unit testing framework with Visual Studio 2022

Viewed 35

I have written unit testing with tSQLt in SQL Server Management Studio, and now I have a Visual Studio project (<project>.sln) and I want to write my test cases in Visual Studio for the project with the tSQLt framework, I am unable to integrate tSQLt with Visual Studio 2022, On a google search I found this article, but this is not working for me (giving me some reference error for tSQLt). Any guidance will be helpful. Thank you.

0 Answers
Related