Top "Test-explorer" questions

The test explorer is a tool included with Visual Studio used to run tests within the IDE.

Visual Studio Test Explorer window will not open

For some reason I can't open the test explorer window in Visual Studio 2012. I click Test->Windows->Test …

unit-testing visual-studio-2012 visual-studio-2015 dotcover test-explorer
How to get console output in Visual Studio 2012 Unit Tests

I have a managed C++ unit test in VS 2012. The test runs fine and I can verify that a loop …

c++ unit-testing visual-studio-2012 cout test-explorer
Where is the Visual Studio 'Test Explorer' Output located? Is it a saved file?

I'm using SpecFlow for unit testing in Visual Studio 2013, and when I run tests from the Test Explorer window, there …

c# visual-studio specflow test-explorer
VS 2017 not discovering tests on .NET Core

can anyone help me get VS2017 to work with .NET Core test projects? I tried creating both MSTest and xUnit …

unit-testing .net-core visual-studio-2017 test-explorer
How can XUnit be configured to show just the method name in the Visual Studio 2015 Test Explorer?

When using xunit.runner.visualstudio version 2.0.1 in Visual Studio 2015, the names of the tests show up fully qualified. Is there …

visual-studio-2015 xunit.net test-explorer
VS2012: Clear the test results in Test Explorer when re-running a test that previously failed

On running an individual test in VS2012, a window is shown at the bottom of Test Explorer that includes (assuming …

unit-testing visual-studio-2012 test-explorer