执行 Visual Studio 2005 Web 测试需要什么?
我们的测试部门有一系列使用 Visual Studio 2005 Team Tester Edition 创建的 Web 测试。
我希望能够针对我的本地计算机执行这些测试。 我尝试使用 mstest 命令行工具来完成此操作,如 这篇 MSDN 文章。 但我收到以下错误:
C:\WebTests\Participant>mstest /testcontainer:AE_ActivityDue_Touch.webtest Microsoft (R) 测试执行命令 直线工具版本9.0.30729.1 版权所有 (c) Microsoft Corporation。 保留所有权利。
加载中 AE_ActivityDue_Touch.webtest... AE_ActivityDue_Touch.webtest 文件 指定的扩展名“.webtest”不是 有效的测试扩展。
关于如何让它发挥作用的任何提示? 最终我们希望将它们纳入我们的 CI 流程中。
Our test department has a series of web tests created using Visual Studio 2005 Team Tester Edition.
I would like to be able to execute these tests against my local machine. I attempted to use the mstest command line tool to accomplish this as described in this MSDN article. But I get the following error:
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.
Any hints on how I can get this to work? Eventually we want to work them into our CI process.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要 VSTS 测试版。 没有布埃诺。
http://msdn.microsoft.com/en-us/vsts2008/测试/default.aspx
You need VSTS Test Edition. No bueno.
http://msdn.microsoft.com/en-us/vsts2008/test/default.aspx