mstest - Setting up MS Tests 2010 on TeamCity? -


I recently installed VS 2010 Ultimate, and decided to move a project to TeamCity, this project Something in *. Inside unit testing.

Setup process in VS 2008, in the construction of runner phase, will include:

  • Path *. Setting up the SVN file

    Li>
  • Setting up the VS version (2008)
  • Setting the target (s) such as: "clean build"
  • Installation of configuration such as: "debug"
  • Installing such platform: "any CPU"
  • Check the "Enabled MSE tests" checkbox
  • < Li> Setting the path to MSTest.exe shortcuts)
  • List assembly files: (for the first time DLL has been called: Microsoft.VisualStudio.QualityTools MSBuildTasks.dll)
  • Selecting the MSTest * .trx test result file

The updated DLL file has disappeared in VS2010, and I am unable to set up MSESTS Does anyone have this recipe, how to do it?

Edit: Ad config file with replac * .trx file line

I am currently using MSTT with Team VS 2010 on TeamCity and the tests are working perfectly. This was only one step for the MSTEST part:

  • "Enable MSTEst Test" Check the checkbox
  • Setting the path to MSTest.exe
  • List of assembly files

Find me the .trx test result file Not or did not add Microsoft.VisualStudio.QualityTools.MSBuildTasks.dll list of assemblies, and 'MSTest settings all other fields in the section blank.


Comments