Hi,
What is the intent of TextContext.AddResultFile() do The help file just lists out the method at this point. I thought it would let me override the result file location, but that wasn't the case.
Is this a result file that I can add and then populate with additional log information by calling TestContext.WriteLine
Thanks.

TestContext.AddResultFile
Benlbit
George Mantzouranis
TestContext.WriteLine() writes trace messages that will show up in the detailed results of a Unit Test.
How are you wanting to change the result file location - whats your scenario
digidigi77
vbpixelgog
Lets say my test generates 3 files. I add them to the TestContext and the test fails for some reason.
Now I want to see the contents of those 3 files, but there is no list, and no link to these files anywhere within the test-details page, nor anywhere else in the VS-UI.
It would have been nice if the test-details page would show these files for easy access to them. What point is there in adding them to the test, if I can't access them in any manner (except searching for them in the filesystem and having to match test-run-names).
japm
Sunil
Thanks,
Bata
Regis M
You mean which files are already set, or a list that would be commonly included -- I don't think we have a list right now. The list of files varies for many reasons.
Whats the specific issue you are having