Way to determine what type of test was ran
-
Monday, January 16, 2012 11:07 AMI'm currently iterating through the ITestCaseResult collection and making a note of the results, now im wanting to be a little more specific and know which type of test... A codedui or a unit test. I've looked at the properties and methods that this interface exposes and i dont see anything relating to test type. Is this possible?
- Moved by John QiaoMicrosoft Contingent Staff Tuesday, January 17, 2012 3:57 AM (From:Team Foundation Server - Build Automation)
All Replies
-
Tuesday, January 17, 2012 3:57 AM
Hi Chippiejnr,
Thanks for your post.
As this issue relate to Test Manager(MTM), I moved it to MTM forum for the better response.
John Qiao [MSFT]
MSDN Community Support | Feedback to us
-
Tuesday, January 17, 2012 4:45 AM
chippiejnr,
You can use the TestCaseId property of ITestCaseResult to query the test case and get its automated test type...
-Tejas.
-
Tuesday, January 17, 2012 9:48 AMI don't understand, could you elaborate a little more please.

