I have 5 solutions all using MSTest and I would like to have a cmd file in a root folder that will run all the tests
so I would like to call the MsTests runner from the command line against
\Solution1\Tests\Debug\Test.dll
...
\Solution5\Tests\Debug\Test.dll
anybody knows how can this be done ?
This is detailed on MSDN: How to: Run Automated Tests from the Command Line Using MSTest
Basically, you can do: