【发布时间】:2018-10-31 09:18:07
【问题描述】:
我在 vs2015 中内置了测试。我按照步骤从https://github.com/Microsoft/vstest-docs/blob/master/docs/contribute.md#building-with-visual-studio 安装了 vstest.console。
现在,当我尝试使用 “c:\VSTest\vstest\src\vstest.console\bin\Debug\net451\win7-x64\vstest.console.exe” “c:\mydll.dll’ 运行测试时
它给了我以下错误:
没有找到适合本次运行的测试运行时提供程序。
我该怎么办。我是新手,需要帮助。请让我知道我应该怎么做才能运行我的测试。 注意:使用 MsTest 它运行得很好 谢谢!
【问题讨论】:
标签: c# .net ui-automation coded-ui-tests