瓦提更换
有谁知道 Watij 的一个很好的替代品,它允许用 Java 编写自动化测试?看起来 Watij 库不再被开发了。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有谁知道 Watij 的一个很好的替代品,它允许用 Java 编写自动化测试?看起来 Watij 库不再被开发了。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
你可以看看这个清单。我不确定是否有直接替代品并且工作方式与 Watij 完全相同,但它可能会给您一些其他选择:
http://java-source.net/open-source/web-testing-tools
你可能会发现一些选项可能比以前更好(例如 Selenium)
You could take a look at this list. I'm not sure if any is a direct replacement and works exactly like Watij, but it might give you some other options:
http://java-source.net/open-source/web-testing-tools
And you might find some options might be better than before (e.g. Selenium)
硒确实是一个不错的选择。
Selenium is a really good option.
在他们的网站上,您可以看到他们已经提出了替代方案“webspec”框架。它比 watij 更容易使用。
On their website you can see that they have come up with replacement as "webspec "framework. It is easier to use than watij.