1

如何使用 C# 代码以务实的方式捕获当前在 MTM 中运行的当前测试用例 ID?

感谢和问候,

伍德森

4

1 回答 1

1

有同样的问题并找到了答案:how-to-retrieve-the-id-of-the-workitem-that-started-an-automated-test

基本上你从TestContextwithstring tcId = TestContext.Properties["__Tfs_TestCaseId__"].ToString();

于 2013-08-26T09:53:25.347 回答