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?