Is it possible to use ABBOT for functional testing of a Java GUI without any access to the source code? The examples in Costello seem to reference the Java...
Hi Aidy, This question might be more appropriate on the Abbot Users list...However, I'd say the answer is "yes". SAFSDEV uses Abbot (but not Costello) simply...
Thanks for the advice Thomas, I am using Eclipse 3.1, and I did perform the -clean step after copying the plugins. I now see some SWT wait buttons and the I...
Hi i am senthil, and new to this group can any one tell me which tool is best to test the java - swing applications if any one has worked in the tool qftestJUI...
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...