我如何能够从另一个应用程序访问(单击按钮、键入文本)Java AWT / Swing Frames?
我从事应用程序测试工作,希望我们的集成测试代码(用 Java 编写并使用 Selenium Webdriver 等)访问在不同 JVM 中执行的帧(由我们正在测试的产品启动)。
我考虑过使用 FestSwing,但它依赖于 Java 1.6,而我们被迫使用 Java 1.5。
我们的组织以前使用过 QuickTest Professional,但它太不稳定。它有某种方法可以通过其他 JVM 中的 jvm 挂钩访问帧。
我们的产品是一个有时使用 Java Swing JFrame 和 AWT 框架的 Web。
/米凯尔·马格努森。
I work with application testing and would like for our integration testcode (written in Java and using among other stuff Selenium Webdriver) to access frames executed in a different JVM (launched by the product we are testing).
I have looked at using FestSwing, but it relies on Java 1.6 and we are forced to use Java 1.5.
Our organization previously used QuickTest Professional but it was too unstable. It had some way of accessing the frames through jvm hooks in the other JVM.
Our product is a web that sometimes uses Java Swing JFrames and AWT Frames.
/Mikael Magnusson.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试查看此资源: http://java-source.net/open-source/testing -工具
Try to review this resource: http://java-source.net/open-source/testing-tools