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
精彩评论