I'm trying to figure out what command line arguments Visual Studio uses when running the MsTest tests, I think it starts with:
MSTest.exe /testmetadata:%SolutionName%.vsmdi /testlist:
But I could not figure out how to populate the testlist parameter, because both the name and the identifier of the test list get the following error:
The test list path 8c43105b-9dc1-4917-a39f-aa66a61bf5b6 cannot be found. An error occurred while executing the /testlist switch.
command-line-arguments visual-studio-2010 mstest
Jader dias
source share