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

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

问题描述:

我是java web自动化测试的新手,我想测试功能测试,请任何人都可以建议我从这个网站中选择工具和好的功能
http://java-source.net/open-source/web-testing-tools

I am new to java web automation testing, I wanted to test functionality testing, please any one can suggest me to select from tools this site and good features http://java-source.net/open-source/web-testing-tools

对于网络测试,请使用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.