为 Web 应用程序选择 java 自动化测试工具

2022-01-14 00:00:00 automated-tests java

我对网络自动化测试工具非常陌生.我想自动化我的网络功能测试.

I am very new to web automation testing tools. I want to automate my functional tests of web.

请向我推荐一些网络自动化测试工具.我想用Java来写我的自动化测试工具.

Please suggest me a few number of web automated testing tools. I want to use Java to write my automated testing tool.

我访问了以下站点以选择一个好的工具,但是由于我不知道很难为我选择一个合适的工具.http://java-source.net/open-source/web-testing-工具

I have visited the following site to select a good tool, but as I have no idea it is difficult to select a suitable tool for me. http://java-source.net/open-source/web-testing-tools

谁能给我推荐一个好的网络测试工具?

Can any one suggest me a good tool for web testing?

推荐答案

对于 Web 测试,使用 Selenium (WebDriver) 这可能是 GoogleCode

For web testing, use Selenium (WebDriver) It's probably best tool for this purpose out there on GoogleCode

您可以在 google 上找到很多示例,以及在 seleniumhq.org 它对初学者很有帮助.

You can find lot of examples on google, and documentation on seleniumhq.org its quite helpful for starters.

相关文章