Hi,
How can I view Console Output whilst my Unit Tests are running? I'm using the Visual Studio 2008 unit testing framework. So I know that after a test is finished I can go to the results page for the test and click on output, however I'm after a way that I can effectively watch the console output for tests as the unit tests are executed.
EDIT - Interested in a specific answer for VS out of the box (i.e. without having to buy a plugin)