mstest - 执行 visual studio 2005 web 测试需要什么?

标签 mstest web-testing

我们的测试部门使用 Visual Studio 2005 Team Tester Edition 创建了一系列网络测试。

我希望能够在我的本地机器上执行这些测试。我尝试使用 mstest 命令行工具来完成此操作,如 this MSDN article 中所述.但是我收到以下错误:

C:\WebTests\Participant>mstest /testcontainer:AE_ActivityDue_Touch.webtest Microsoft (R) Test Execution Command Line Tool Version 9.0.30729.1 Copyright (c) Microsoft Corporation. All rights reserved.

Loading AE_ActivityDue_Touch.webtest... AE_ActivityDue_Touch.webtest File extension specified '.webtest' is not a valid test extension.

关于如何让它工作的任何提示?最终我们希望将它们纳入我们的 CI 流程。

最佳答案

您需要 VSTS 测试版。没有布埃诺。

http://msdn.microsoft.com/en-us/vsts2008/test/default.aspx

关于mstest - 执行 visual studio 2005 web 测试需要什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/291350/

相关文章:

.net - 为什么用ClassInitialize装饰的方法使所有测试失败?

c# - 在 VS 测试项目中维护单元测试方法之间的上下文

testing - 如何在具有相同浏览器 session 的相同夹具下运行多个测试

testing - 如果某个测试失败,有没有办法保释套件?

visual-studio-2010 - 加载 some.dll : Unable to load the test container 'e:\some.dll' or one of its dependencies 时出错

c# - VSUTF、NUnit、xUnit.NET、MbUnit 与 SUTF 中的异步测试?

c# - 如何获取嵌入资源的资源Uri?

testing - Jmeter : How to test a website to render a page regardless of the content

automated-tests - 如何为 headless 可移植 Chrome 设置 --no-sandbox

python - Selenium python 驱动程序不会一直单击或按下按钮的按键