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 自动化测试工具


基础教程推荐
- 不推荐使用 Api 注释的描述 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- Java Swing计时器未清除 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 多个组件的复杂布局 2022-01-01