Database DevOps with Redgate Data Tools
In this episode Dmitry is joined by Eric Kang, Program Manager for SQL Server Data Tools (SSDT) who is back on the show to talk about Unit Testing for database projects and how it integrates with the DevOps pipeline.
Specifically, Eric will jump into how the open source test framework Slacker works with SSDT, SQL Server 2016 (or SQL Database on Azure) and Visual Studio 2017 to enable database unit testing. We'll also demo how to enable the high code coverage for SQL Server database programming with unit testing then enable gated database Continuous Integration (CI) build with Visual Studio Team Services (VSTS) as part of your DevOps pipeline.
This episode is part three of our series on SSDT and DevOps practices, so if you missed it be sure to check out our previous episodes:
Where can I get the sample project?
My bad... I saw the link at the end of the video :)
link at the end of the video should be in the description below
I did not find anything about code coverage in this session? I was expecting something like a code coverage report?
@Ash:
Code coverage is a great topic to cover in future. Currently SSDT does not have a built in support for the code coverage reporting while it is in the wish-list.
Instead, I have linked a great extension that you would find it interesting. https://the.agilesql.club/blog/Ed-Elliott/2016-01-14/T-SQL-Code-Coverage-In-SSDT
@kd2718: Thanks for pointing it out. Here are the missing links from the reference slide:
AdventureWorks App demo samples: