开发者

How would I be able to access (click buttons, type text) to Java AWT / Swing Frames from another application?

开发者 https://www.devze.com 2023-01-28 08:00 出处:网络
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 t

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 so开发者_如何学Gome 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.


Try to review this resource: http://java-source.net/open-source/testing-tools

0

精彩评论

暂无评论...
验证码 换一张
取 消