Getting the StackTrace for a TestCaseResult that Failed in TFS via API
问题 ITestCaseResult has a property " ErrorMessage " The ErrorMessage property has a max size of 527bytes, which is not enough to store weighty Exception structures and unfortunately does not seem to have an appropriate Exception property to store one in. My question is, when a test fails, how do you get the StackTrace? I know its available because the GUI can pull it up in Visual Studio And as you can see the ErrorMessage associated with a ITestCaseResult is cut short. ( If you zoom with your