Hyperlinks in VS2008 Test Result Details

Posted by Red XIII on Stack Overflow See other posts from Stack Overflow or by Red XIII
Published on 2010-05-12T12:03:02Z Indexed on 2010/05/12 12:04 UTC
Read the original article Hit count: 154

In case when resulting string in "Test Result Details" (TRD) is very long, the Visual Studio 2008 crashes. I fixed this by sending the result data into a file. There is a problem, however, because there isn't a simple way to open such file. Of course, I can manually open folder and then the file, but it isn't very efficient. Now, to the questions part.

  1. Is there a possibility to include in the "Error Message" part of TRD a hyperlink to a file? (something similar to what we can already find in the stack trace part)
  2. If not, is there any way to add such functionality (easy opening of a file) to TRD?
  3. If not, are there any ways to expand the default reporting of VS?

Thanks for any help.

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about c#