We use Visual Studio 2008 and MSTest.
We have a batch file that the developers use to get latest version, build solution, run database scripts and run all tests.
The problem is that we have many test projects. So at the end the developer must open each trx file to check if anything failed.
Is there a way to write all test results to a single trx file, or to merge the results to a single file?
Thanks
Shiraz