是否可以将 Visual Studio 编码的 UI 测试作为测试代理部署到 Azure 或 EC2?

发布于 2024-11-02 03:26:06 字数 958 浏览 5 评论 0原文

我不太熟悉 Visual Studio 2010 (Ultimate) 附带的测试套件,但我正在尝试找到一种方法来生成类似于 Selenium Grid 以及编码的 UI 测试。我希望能够将代理部署到 Azure 或 EC2,执行所有编码的 UI 测试,然后作为部署过程的一部分将其拆除以进行冒烟测试。

从我在网上看到的情况来看,可以通过控制器和代理做类似的事情,但我不确定其中有多少可以轻松迁移到云。我找到了这些帖子: 使用 Windows Azure 上运行的代理进行负载测试:[1 2 3 ] 但它们围绕负载测试。据我了解,负载测试可以编译并轻松部署,但编码 UI 测试不一定如此。

I'm not that entirely familiar with the testing suite that comes with Visual Studio 2010 (Ultimate) but I'm trying to find a means to produce something similar to Selenium Grid with the Coded UI Tests. I'd like to be able to deploy agents to Azure or EC2, execute all Coded UI tests, and then tear them down for a smoke test as part of a deployment process.

From what I am seeing around the net, its possible to do something similiar to this via controllers and agents but I'm not certain how much of that can be easily migrated to the cloud. Ive found these posts: Load Testing with Agents running on Windows Azure: [1 2 3] but they surround load testing. It is my understanding that load tests can compiled and easily deployed but that is not necessarily the case for Coded UI tests.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

雪化雨蝶 2024-11-09 03:26:06

我不知道这是否可能,但我确实对代理有所了解。代理允许您连接到计算机并向其部署测试。我认为只要你的控制器可以访问该虚拟机就应该没问题。我相信您可以设置 Azure,以便它们成为虚拟机的外部名称。

相同的过程也适用于编码的 ui 测试。它们还使用代理和控制器进行部署

I don't know if its possible but i do know a little about the agents. Agents allow you to connect to the machine and deploy a test to it. I think as long as your controller can access that VM then it should be ok. I believe you can set up Azure so their will be an external name for the VM.

The same process should work for coded ui tests as well. they are also deployed using agents and controllers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文