Hi David, Thank you very much for your feedback :) I understand that the Robot class was not created specifically for testing only. Unfortunately I have seen...
I'm not saying it was not designed for testing. We had two use cases in mind: Supporting testing, and self-runinng demos What I'm saying is our intent was to...
Hi Eric, Have you looked into using 'Squish for Java' from Froglogic? It works like Abbot, but is much more mature as a product. I have just begun using it...
Thanks David, I'll take a look at the suggested website. BTW, thank you for pointing out the GUI testing tools wiki page at Java.net. I added FEST :) Best...
I corrected my mistake at http://www.jroller.com/alexRuiz/entry/awt_robot_a_powerful_building Thanks David :) -Alex. David Herron <davidh@...> wrote:...
Hi All, I am new to this group. I found lot of topics which are very helpful for ppl like me. We are performing GUI Testing for Java Swing Application. Can...
Hi Kranthi, What are you attempting to achieve from your testing? My personal experiences with testing gui's in the past has been that it's slow and painful....
Hi Kranthi, This website, http://wiki.java.net/bin/view/Javapedia/TestingGUIApplications , has a comprehensive list of GUI testing tools. If you are looking...
Hi, I've just released a new version of jDiffChaser, a GPL tool that automatically takes and compares screenshots from the latest production version of your...
Hi, Does anyone have a sugguestion of a good tool to automate testing on a Swing/ Java webstart application? Our application is both server and client based,...
Hi, From a testing point of view what you're going to test is a java application. Java Webstart is just a deployment method. so any tool to test java/Swing...
... Hi Alastair, Another good alternative for Swing GUI testing is FEST ( http://fest.easytesting.org/swing/ ). Its main features are: 1. Compact API that is...
Great, I am not sure if SWT really better than swing or not, but several big firm make the IT policy of GUI selection with SWT, we have to use it :-)...
I am now working on a GUI app migrate from awt/Swing to SWT RCP, which means it use AWT/Swing/SWT components at the same time. Is there any tool can autotest...
We released version 3.3 of our Java GUI Testing tool Squish. It supports testing Swing/AWT and SWT/Eclipse RCP applications on Windows, Linux/Unix and Mac OS...
I want to use Marathon for testing a GUI and we had it working before. Now the test cases have changed, so I had to modularize the whole Marathon project into...
serdsch
sergio.weigel@...
Feb 21, 2008 3:22 pm
1674
Please use Marathon help forum - I generally check it out frequently and might be able to respond faster. That said, when configuring a project you need to...
I know that AWT has a EventQueue,which we can use to post events into the JVM not the OS. But it seems that SWT doesn't has such an EventQueue. The only way to...
Hi, Please find the following requirement Java Professionals with 4.5+ years exp. Skills: Java, JSP, HTML, Spring/Hibernate/Struts framework, Ajax, XML ...
I would like to be able to validate that all of the items in a list box correspond to a given list of the items. Do any test tools (Abbot, QuickTestPro, other...
I don't know of these tools, but I am sure all of the tools will have some way of doing this. In Marathon (that I know -- http://www.marathontesting.com) you...
Hi Curt, You can do it with FEST ( http://fest.easytesting.org/swing ...disclaimer: I'm the creator of FEST). Currently, FEST returns the contents of a JList...
Greetings, It gives me pleasure to announce 2.0 stream of releases for Marathon. Marathon is a Java/Swing GUI testing tool with an integrated editor, recorder,...
Hello, I am looking around for a check list to validate the UI aspects of swing applications. I read L&F guide lines, but something in checklist format will be...