Hi all, I'm currently trying to automate tests on an Eclipse plugin (based on SWT), and I heard about "Abbot for SWT". I would like to know where to find...
jbkrao1729 Mon Nov 14, 2005 2:42 am ... Questions that are product-specific and go beyond "can I test <target/> with <product/>?" should be asked on a...
(redirected from java-gui-testing; please do not send replies to that list) Hi, I am working on a Java Client Server Application and I really struggle with my...
(redirected from java-gui-testing; please to not reply to that group) In JFCUnit, what difference between these two pieces of code: (button is one JButton) 1....
the 1st one sends an event as if it was done at the OS level (if using RobotHelper), where as the second one essentially calls the buttons actionPerformed()...
I am not using RobotHelper, so I replaced my getHelper()... with doClick(), and it did not work. I do not know why, nor do I really need to, just curious. I...
here is my code, when click "ok" button, and wait one second, inpur text assigns to output text. ===================================== import java.awt.*; ...
Hi, I just found the problem while preparing my tests for the gui. I'm using Swing for the gui, and test it using Marathon. While I have no problems testing...
i am working with abbot for a couple of weeks now. but from time to time tests that worked are failing or producing errors (but there are no mistakes in the...
try jemmy - that would be my advice. I spent a lifetime on stabilization approaches there. Shura....
shura
alexandre.iline@...
Dec 20, 2005 5:07 pm
1457
No, noone uses JfcUnit anymore. Well, that's somewhat exaggerated, but frankly there are much more easy to use tools out there today. I'd advice to take a look...
As we attempt to move from tool to tool I believe we will find that ALL tools will exhibit these same kinds of errors at one time or another. It is not the...
Hi all, I'm currently using Abbot.SWT to unit test eclipse plugins that we are deloping. So far I succeded in testing all my stuff, but I'm wondering about the...
Hello, GUI Testing eclipse plugins.. Currently i am using testpartner for my GUI tests . The real problem is testpartner doesnot identify SWT elements. So what...
Hi, Did you try with TPTP which is specifically designed for automating on Eclipse. The second option is Abbot. In this case you have to take the build from ...
Hi, Obviously, Abbot for SWT is a good candidate for that :-) A abbot.swt.eclipse package already exists, and contains utility classes/methods to obtain what...
Hi, I am starting a new project with a swing gui and I am evaluating different test products. When I go to the marathon site, the last release date is in 2004....
I don't think marathon is still being activately developed, but I found it to be pretty stable and easy to use. The only problem I found was a dead-lock ...
I was involved with marathon for some time and it is actively being used within our organization. I am planning to restart activity on Marathon - atleast to an...
Hi All, I am Alnoor from Karachi. Currently I have an assignment to automate swing application which uses JNLP starter. I have downloaded Abbot to work with ...