Alex Gordon
Alex Gordon

Reputation: 60751

Why are unit tests greyed out in Visual Studio 2015 for SQL Server project?

I have created and added a SQL Server project into my Visual Studio 2015 c# solution.

I would like to do unit testing for my stored procedures. After right clicking on one of the procedures, it is showing create unit test as greyed out:

enter image description here

I did get the most recent SSDT update.

Why is the create unit test option greyed out?

Here is the information about my Visual Studio version:

Upvotes: 3

Views: 4561

Answers (1)

Alex Gordon
Alex Gordon

Reputation: 60751

Looks like all I had to do was build, fix a few errors, and voila: enter image description here

Upvotes: 6

Related Questions