Proposed Answer Debug All Unit Tests

  • Wednesday, March 21, 2012 7:40 PM
     
     

    I have some tests that are failing only when all of my unit tests are run. I'd like to select all of the unit tests in the test assembly and debug them. I see a Run All option, but no Debug All option.

    The interface seemed awkward because I couldn't "show all" passed and failed tests. I finally got around this by running the failed tests to watch them all pass. Once they all were listed as "passed", I could select them all and then run Debug selected unit tests.

    The new Unit Test explorer feels "dumbed down" from the previous version of Visual Studio. It's great for basic tasks. It feels restricting. I miss seeing test details (for passed tests) and copying test output/results.

All Replies