ITestCaseResult.Iterations.Count returns 0 for a test with iterations
问题 I have a couple of simple web tests that use data sources. Each web test contains only one request. After they run it's pretty hard to detect why they failed, given that they are quite a few (80) and each has a number of rows that varies between 1 and 150. Therefore, I used the TFS SDK to access the results programmatically, after publishing the test results to a build in TFS. Here is the relevant part of the code: foreach (var testRun in testRuns) { Console.WriteLine(string.Format("{0}",