Matt Klein
Matt Klein

Reputation: 8444

Visual Studio Properties window for Unit Tests?

I found a blog entry that talks about the "Unit Test" property window, shown here:
(source: msdn.com)

(Credit: image home is here)

My question is that I can not for the life of me get a "Unit Test" to populate in the Properties window. I am running Visual Studio 2010 Ultimate. When I click on a file in my Solution Explorer it shows up in the Properties window as expected. When I click anywhere in my code the Properties window goes blank.

I spent about 10 minutes Googling for an answer, but I was unable to find one (there was a lot of noise in the search results).

I'm sure that I'm missing something obvious here and I was just about to declare a loss when I figured I'd ask the good folks at SO if they had an answer.

Upvotes: 1

Views: 639

Answers (1)

stuartd
stuartd

Reputation: 73303

In Visual Studio 2010, from the Test menu, select Windows\Test View

In the Test View window, you can then right-click the test and choose 'Properties'

(I can't find it in Visual Studio 2012 at all.)

Upvotes: 1

Related Questions