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.
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-runnerWhen 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-runnerI 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