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 自动化测试工具
基础教程推荐
- 在java中使用xpath和selenium解析HTML表格数据 2022-01-01
- 控制台应用程序中的 Java 键盘输入解析 2022-01-01
- JPA惰性列表上的流 2022-01-01
- 将 Windows 证书导入 Java 2022-01-01
- Maven:无效的目标版本:10 2022-01-01
- Java ECDSAwithSHA256 签名长度不一致 2022-01-01
- 将 double 转换为 Int,向下舍入 2022-01-01
- 如何在相机中应用自定义滤镜 [Surfaceview 预览]. 2022-01-01
- doFilter()是在servlet的工作完成之前还是之后执行的? 2022-01-01
- 在springboot中如何给mybatis加拦截器 2023-04-29
