How do we test our Java UI?(我们如何测试我们的 Java UI?)
问题描述
我们正在寻找记录和播放类型测试工具来自动化我们的一些 UI 功能测试.我们已经查看了从 Silke 到 QTP 的大多数常见嫌疑人,但没有一个有效.当需要右键单击以从右键单击菜单中选择某些内容时,或者当您必须在网格的下拉列表中选择一个值时,它们都会崩溃.
We're looking at record and playback type test tools to automate some of our UI functional testing. We've looked at most of the usual suspects from Silke to QTP and none of them work. They all fall over when a right click is required to select something off a right click menu, or when you have to choose a value in a drop down list in a grid.
有没有人知道可以处理这种类型的 UI 的任何工具?
Does anyone know any tools that can handle this type of UI?
推荐答案
我们在 方面取得了很好的经验压扁.您可以通过 ID 识别 UI 元素或记录鼠标操作.
We have made good experiences with Squish. You can identify UI elements by IDs or record mouse actions.
这篇关于我们如何测试我们的 Java UI?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我们如何测试我们的 Java UI?
基础教程推荐
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
