trx

Running MSTEST.exe /publish on a TeamBuild server, what are the prerequisites?

Similarly to http://stackoverflow.com/questions/954943/how-to-use-mstest-in-continous-integration-without-vs, I want to run mstest.exe on a TeamBuild server. My context is http://stackoverflow.com/questions/1059230/trapping-error-status-in-msbuild/1059672#1059672 - i.e., I'm only trying to use mstest.exe /publish to upload the results i...

Adding a proof to VS2010 Testing file

As you know, when you run test (on this case coded ui tests) in visual studio or MS Test a .trx file is generated. Anyone knows a way to "add" a file/resource to such file? I want to add a image capture if my assertion fails. Thanks ...