TFS:为多个物理 Web 环境配置测试代理
背景:
- 我们正在运行所有物理 硬件。
- 所有开发者都在使用 VS 2010 Ultimate,我们将使用 iTrace 文件。
- 我们想跑 我们从测试管理器编码的 UI 测试。
- 我们有多个测试环境: AT、SIT、FVT、UAT 分别存在 物理服务器。
我希望能够进入测试管理器选择测试并说在 AT 中运行或在 FVT 中运行。
这是我的问题: 我是否在所有测试环境上设置交互式测试代理并指示编码的 UI 测试点击 http://localhost/application?
我是否需要在另一台计算机上设置交互式测试代理来执行测试?如果是这样,我如何配置编码的 UI 测试以指向每个测试服务器?我是否需要测试代理作为 Web 服务器的进程运行?
Background:
- We are running all physical
hardware. - All developers are using
VS 2010 Ultimate and we will be using
iTrace files. - We would like to run
our coded UI tests from test manager. - We have multiple test environments:
AT, SIT, FVT, UAT living each on
physical servers.
I’d like to be able to go into test manager select tests and say go run in AT or go run in FVT.
Here’s my question:
Do I set up interactive test agents on all of my test environments and instruct the coded UI tests to hit http://localhost/application?
Do I set up an interactive test agent on a another machine to execute the tests? If so how do I configure the coded UI tests to point to each of the test servers? Do I need test agents running as a process of the web servers?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们正在使用以下不受支持的 Microsoft 功能:http://blogs.msdn.com/b/lab_management/archive/2011/02/15/running-build-deploy-test-workflow-on -physical-environments.aspx
实际上,该博客准确地描述了您所需要的内容,并且我们在一天之内就在 VMWare 实验室中将其启动并运行,而无需部署实验室管理先决条件。
We are using the following unsupported Microsoft features: http://blogs.msdn.com/b/lab_management/archive/2011/02/15/running-build-deploy-test-workflow-on-physical-environments.aspx
Actually, the blog describes exacly what you need and we got it up and running within a day like described, in a VMWare lab, without having the Lab Management pre-requisites deployed.