【问题标题】:Coded Ui - Run ordered test using MStestCoded Ui - 使用 MStest 运行有序测试
【发布时间】:2016-11-21 14:21:54
【问题描述】:

我在测试项目中有多个有序测试。 如何使用 MStest 运行特定的有序测试。
我正在使用以下语法来运行任何特定的测试。

MSTest /testcontainer:"dll 路径" /test:"testname"

但它不适用于有序测试。

【问题讨论】:

    标签: c# visual-studio automated-tests mstest coded-ui-tests


    【解决方案1】:

    MSTest.exe /testcontainer:LoadTest1.loadtest /testcontainer:OrderedTest1.orderedtest

    参考link

    【讨论】:

      猜你喜欢
      • 2023-04-05
      • 1970-01-01
      • 2011-02-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-04-04
      相关资源
      最近更新 更多