Have just started using Visual Studio Professional's built-in unit testing features, which as I understand, uses MS Test to run the tests.
The .trx file that the tests produce is xml, but was wondering if there was an easy way to convert this file into a more "manager-friendly" format?
My ultimate goal is to be able to automate the unit-testing and be able to produce a nice looking document that shows the tests run and how 100% of them passed :)