Forum Discussion

sinis's avatar
sinis
Contributor
11 months ago

Running MStests in console

I tried to create an MS Test application, and it is working well with vstest.console.exe but when I use MSTest.exe, I am getting error 

Starting execution...
No tests to execute.

But when using test complete, there is only option for specifying MSTest.exe. Can we use vstest.console.exe to run the tests rather than MSTest.exe?