Andrew
Andrew

Reputation: 11426

mstest.exe is absent in VS2013 installation folder

Due to Microsoft's official cite it must be located at

c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\

Didn't find such topics in google or stackOverflow...

In the same time I can run Unit tests from VS, but I need to run them from cmd... Have someone some ideas why its absent and how to fix this?

for "MSTest" command "Developer Command Prompt for VS2013" returns me error:

'MSTest' is not recognized as an internal or external command,
operable program or batch file.

Upvotes: 1

Views: 2136

Answers (2)

Andrew
Andrew

Reputation: 11426

Blorgbeard opened my eyes =) For my needs I can use "vstest.console.exe" or "TCM.exe".

Even if I didnt find the reason why is absent mstest.exe in my installation folder, its resolves my problem.

Thanks a lot, Blorgbeard and all of you!

Upvotes: 0

Mahmut Ali ÖZKURAN
Mahmut Ali ÖZKURAN

Reputation: 1139

It is at

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

in my installation. Could you take a look at there.

Edit: As it is express edition you should download and install Agents for Microsoft Visual Studio 2013. http://www.microsoft.com/en-gb/download/details.aspx?id=40750

Upvotes: 2

Related Questions