View Source

To publish MSTest report, the following two steps are required:
# Generate MSTest TRX test report by running [mstest command|http://msdn.microsoft.com/en-us/library/ms182489(VS.80).aspx] or by MSBuild, NAnt etc.
# Add MSTest report publish step by choosing _Publish -> Publish MSTest Report_ from step menu.

h2. Generate MSTest Report
You may generate MSTest report by running [mstest.exe|http://msdn.microsoft.com/en-us/library/ms182487(v=VS.80).aspx] from command line or by MSBuild task. The result of MSTest should be TRX test report.
{note}
In this version, QuickBuild will not parse the MSTest coverage result.
{note}

h2. Publish MSTest Report
Add _*Publish MSTest Report*_ step to your build workflow. If you have several report sets, you can add several steps with different report set names. Reference [this page|Publish Build Reports] for more details.