1
votes

I am using Visual Studio 2012, but TFS 2010.

I have created a build with the default build template, that builds several C# solutions, runs tests, etc. At present, many of the unit tests fail. I can see from the build log that MSTEST has successfully published the build results to the TFS server.

BTW, the build was a "Partial Success". I would like to know why. That's why I'm looking for the test results.

In Visual Studio 2010, I would have used the Test Results and Test Runs windows to load the published results. These windows are missing in Visual Studio 2012. How can I get access to my test results (preferably without installing Visual Studio 2010).

Also, the full build log is not copied to the drop folder. Is there some way for me to find out what caused the "Partial Success"?


P.S. This is Visual Studio Professional 2012.


UPDATE

So, it says "Publishing results of test run ... to url". How do I get to see the test results?

1
When you look at the build results is there link to the Test Results (2010 was a long time ago, so can't remember, but in 2012+ there would be)Dylan Smith
I believe there would be a link to the test results if the build had succeeded. Since it was a partial success, instead I get text that says "no test results", which is clearly false.John Saunders
Does it say 9 out of 10 test passed or anything like that, because even on partial success it should say that and have a link to test results.Dylan Smith
It says "no test results"John Saunders

1 Answers

0
votes

View Menu -> Other Windows -> Test Results