6 Jul
2008

Visual Studio Test Results Window Behavior Fix

Category:General PostTag: :

Want to stop hating the Test Results window in Visual Studio when you are working in TDD mode? If you double click a failed test, what does it do? By default Visual Studio brings up the failed test report.

What we want it to do is bring up the test that filed, where it failed. Here?s how:

Tools > Options > Test Tools > Test Execution

and then click the box.

image