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 te
If you need to validate the schema before parsing/transforming it, you can find the XSD file in the Visual Studio install dir (via http://blogs.msdn.com/b/dhopton/archive/2008/06/12/helpful-internals-of-trx-and-vsmdi-files.aspx):
Note, that the XSD schemas are available with all visual studio installs in the:
%VSINSTALLDIR%\xml\Schemas\vstst.xsd
file directory, along with many other schemas.