Top "Visual-studio-test-runner" questions

Microsoft Visual Studio 2012 (and later) provides an open framework that allows 3rd parties to integrate their test frameworks into the Visual Studio and Team Build experience.

How do I exclude service references from code coverage using the runsettings file in Visual Studio 2012?

I'm using a custom runsettings file to control what projects are inspected for code coverage. I used the default template …

unit-testing visual-studio-2012 mstest code-coverage visual-studio-test-runner
Visual Studio 2013 is unable to open the Test Window

When I open Visual Studio 2013 and load my solution I'm greeted by an error message telling me the Test Window …

unit-testing visual-studio-2013 mstest visual-studio-test-runner
MS VS test runner exceptions

I always get the following exceptions after my test has already completed, and the test runner is in the process …

visual-studio unit-testing visual-studio-test-runner