2
votes

Exactly as the question says :

How can I MSTEST with Visual Studio 11 Dev Preview ?

I tried to find the mstest.exe but it doesnt exist in its usual location :

C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE

I wrote some unit tests and there is no way to run them =\

3

3 Answers

5
votes

MSTest has never been part of the Express editions of Visual Studio.

2
votes

MSTest.exe is present on my PC in the specified location.

OTOH, if you just started writing the tests, you may want to look at xUnit.net, some of the reasons being posted here: Why I'm migrating from MSTest to xUnit.net.

For VS11 there is a runner available as an extension: Prototype xUnit.net Visual Studio 11 Unit Testing Plugin

1
votes

Like @Darin Dimitrov answered, MSTest is not available in Express edition, and you should install the Ultimate edition from here,

http://msdn.microsoft.com/en-US/vstudio/hh127353