Selecting java Automation testing tools for web application(为 Web 应用程序选择 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.
这篇关于为 Web 应用程序选择 java 自动化测试工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为 Web 应用程序选择 java 自动化测试工具


基础教程推荐
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- 降序排序:Java Map 2022-01-01