where mstest command
where mstest command
I've been trying to locate the mstest.exe in my machine by running the "where mstest" command, but the response has been futile since the 'Visual Studio 2008 Command Prompt' returns "'where' is not recognized as an internal or external command......". Can someone shed some light on this issue to get me started with NCover?
These are the steps carried out: 1. Installed NCover (Trial Version) 2. MSTest is up and running in my machine 3. Invoked the Visual Studio 2008 Command Prompt 4. Entered the command 'where mstest'
Expected Reponse: Location of the mstest.exe
Actual Response: 'where' is not an internal or external command
Environment: Visual Studio Tools 2008 NCover v-3.3.2
Thanks.
RE: where mstest command
Mine is in:
C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\MSTest.exe
RE: where mstest command
Hi,
I can find the .exe by browsing to the location where it has been placed. But the question is, why am I not able to execute "where mstest" command?
RE: where mstest command
I'm not really sure why it's not working. I would check with Microsoft or around the web for information on the where command.