【问题标题】:Is there anyway that I can mark a test case passed or failed from within the test case itself无论如何我可以从测试用例本身标记测试用例通过或失败
【发布时间】:2018-09-06 13:49:06
【问题描述】:

如果我在 VSTS 中处理测试用例,有什么方法可以在不返回测试中心的情况下将此测试标记为“通过”或“失败”?

【问题讨论】:

    标签: testing azure-devops manual


    【解决方案1】:

    不,我们不能在测试用例本身中将结果标记为“Passed”或“Failed”。

    Test case 是工作项类型,测试用例只是一个工作项,工作项本身没有值为“Passed”或“Failed”的字段。

    结果“Passed”或“Failed”仅用于测试结果,因此您必须进行测试运行才能通过或失败测试用例。您可以在测试中心将测试用例标记为passedfailed 时检查是否会生成新的测试运行。 (只需在 Test --> Runs 下检查)

    【讨论】:

      猜你喜欢
      • 2023-03-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-11-18
      • 2019-09-28
      • 2011-03-29
      相关资源
      最近更新 更多