在虚拟 PC 中运行 Selenium 测试

发布于 2024-09-27 11:02:57 字数 170 浏览 4 评论 0原文

我正在使用 Selenium RC 在 Visual Studio IDE 中创建测试脚本 通过 NUnit 执行它们。为了在 Virtual PC 上运行这些测试, 我需要做什么。

我在虚拟机上需要什么?仅 NUnit 或 甚至硒?

如果有人有任何设置和执行测试的经验,我 非常感谢您的反馈。

I am creating test scripts in Visual Studio IDE using Selenium RC and
executing them thru NUnit. In order to run these tests on Virtual PC,
what would I need to do.

What all would I need to have on the Virtual machines? Only NUnit or
even Selenium?

If anybody has any experience setting this up and executing the test I
would appreciate your feedback.

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

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

发布评论

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

评论(1

鸢与 2024-10-04 11:02:57

设置虚拟机时,您需要的只是要测试的浏览器和 Selenium RC。 NUnit 只需要在运行测试的机器上,而不是在每台机器上。

然后确保您的计算机始终可以通过名称或 IP 访问。如果您不能保证这一点,那么我建议您设置 Selenium Grid。您不需要与 Grid 并行运行测试,您还可以将其用作基础设施工具来管理 RC 实例的位置。我有一个教程此处解释了如何设置它。

When setting up virtual machines all that you need is the browsers that you want to test with and Selenium RC. NUnit only needs to be on the machine that is running the test and not on every machine.

Then you make sure that your machines are always accessible by a name or a IP. If you can't gaurantee that then I suggest that you set up Selenium Grid. You don't need to run your tests in parallel with Grid you can also use it as an infrastructure tool to manage where the RC instances are. I have a tutorial here that explains how you can set it up.

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