什么是最好的网络驱动程序

发布于 2024-11-24 22:00:11 字数 140 浏览 4 评论 0原文

我正在为 Web 应用程序开发自动化测试(基于 MVC) 我想知道 Selenium 和 Coypu 之间最好的网络驱动程序是什么?还有其他人吗?

I'm developing automated tests for a web application (base on MVC)
I'd like to know what is the best webdriver between Selenium and Coypu ? any others?

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

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

发布评论

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

评论(1

落花随流水 2024-12-01 22:00:11

http://watin.org/ 可用。
我认为 Visual Studio 中也有一个 Load/Web 测试套件。

Coypu - https://github.com/ITV/Coypu - 非常出色,并且对 XmlHttpResponses 更宽容。
Coypu 是 Selenium 的包装。
它修复了 Selenium 的脆弱性(例如 WebDriverException)。 Coypu 进行包装、监听并等待响应。

我发现 Coypu 是一个很好的开始,并且比原始 Selenium 好得多。

http://watin.org/ is available.
I think there's a Load/Web test kit in Visual Studio too.

Coypu - https://github.com/ITV/Coypu - is excellent and more tolerant around XmlHttpResponses.
Coypu is a wrapper around Selenium.
It fixes the fragile nature of Selenium (e.g. WebDriverException). Coypu wraps, listens and waits for responses.

I've found Coypu to be a great head start and muchbetter than raw Selenium.

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