Search the web
Sign In
New User? Sign Up
java-gui-testing · Java GUI Testing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1442 - 1471 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1442
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...
sebastienchausson
sebastiencha...
Offline Send Email
Dec 6, 2005
1:39 pm
1443
Sebastien Chausson Tue, 06 Dec 2005 10:41:17 -0000 ... http://cvs.sourceforge.net/viewcvs.py/abbot/abbot.swt/doc/swt/ ...
Thomas L Roche
tlroche
Offline Send Email
Dec 7, 2005
3:26 pm
1444
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...
Thomas L Roche
tlroche
Offline Send Email
Dec 7, 2005
3:37 pm
1445
From: Ali Mehregani Date: Wed, 7 Dec 2005 10:04:58 -0500 To: tptp-testing-tools-dev@... Subject: Re: [tptp-testing-tools-dev] Automated GUI recording...
Thomas L Roche
tlroche
Offline Send Email
Dec 7, 2005
5:20 pm
1446
Hi Thomas, Thank you for your quick answer ! Currently, I figured out how to use abbot.swt to test my dialogs :-), reading following thread : ...
schausson
sebastiencha...
Offline Send Email
Dec 7, 2005
5:42 pm
1447
From: Martin Bosticky <mbosticky@...> Date: Sat, 10 Dec 2005 12:56:23 +0000 To: platform-swt-dev@... Subject: [platform-swt-dev] Extension to...
Thomas L Roche
tlroche
Offline Send Email
Dec 13, 2005
12:31 am
1448
(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...
massataxoanda
Offline Send Email
Dec 14, 2005
12:37 pm
1449
(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....
isaachanstar
Online Now Send Email
Dec 14, 2005
4:01 pm
1450
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()...
Kevin Duffey
supreme_java...
Online Now Send Email
Dec 14, 2005
4:40 pm
1451
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...
johnmaxa2001
Offline Send Email
Dec 16, 2005
12:29 am
1452
here is my code, when click "ok" button, and wait one second, inpur text assigns to output text. ===================================== import java.awt.*; ...
isaachanstar
Online Now Send Email
Dec 16, 2005
12:29 am
1453
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...
bartosz.blimke
Offline Send Email
Dec 17, 2005
1:32 am
1454
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...
massataxoanda
Offline Send Email
Dec 20, 2005
12:32 pm
1455
when JFCUnit update its version? can jfcunit's author hear me? and does anyone can give me one example about using awtSleep() or sleep() methods?...
isaachanstar
Online Now Send Email
Dec 20, 2005
12:32 pm
1456
try jemmy - that would be my advice. I spent a lifetime on stabilization approaches there. Shura....
shura
alexandre.iline@...
Send Email
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...
Ilja Preuss
ipreussde
Offline Send Email
Dec 20, 2005
7:09 pm
1458
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...
Carl Nagle
sascanagl
Offline Send Email
Dec 20, 2005
7:26 pm
1459
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...
schausson
sebastiencha...
Offline Send Email
Jan 5, 2006
5:58 pm
1460
i would like to unsubscibe thise group. ... Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever....
yogi vaghela
pintu_rinku
Offline Send Email
Jan 7, 2006
9:24 am
1461
yogi vaghela <pintu_rinku@...> wrote: i would like to unsubscribe thise group. ... Yahoo! Photos Ring in the New Year with Photo Calendars. Add...
yogi vaghela
pintu_rinku
Offline Send Email
Jan 7, 2006
9:27 am
1462
http://www.bredex.de/en/guidancer/index.html...
Thomas L Roche
tlroche
Offline Send Email
Jan 9, 2006
10:26 pm
1463
schausson Thu, 5 Jan 2006 15:12:13 +0100 ... IMHO "private" is not correct: everything's in the open. abbot.swt isn't private, it's just...
Thomas L Roche
tlroche
Offline Send Email
Jan 11, 2006
4:28 am
1464
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...
sudhakar k
k_sudhak
Offline Send Email
Jan 11, 2006
1:40 pm
1465
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 ...
Frank D'Souza
nfsfrank
Offline Send Email
Jan 11, 2006
1:51 pm
1466
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...
schausson
sebastiencha...
Offline Send Email
Jan 12, 2006
2:04 pm
1467
Folks interested in how TPTP's AGR automates Eclipse might note Christophe Telep Thu, 12 Jan 2006 15:12:22 +0100 ... The bugzilla ...
Thomas L Roche
tlroche
Offline Send Email
Jan 12, 2006
2:24 pm
1468
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....
Sebastien Cesbron
scesbron
Offline Send Email
Jan 19, 2006
3:57 pm
1469
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 ...
Jeremy Greenwald
jgreenwald78
Offline Send Email
Jan 19, 2006
6:43 pm
1470
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...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Jan 21, 2006
12:25 pm
1471
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 ...
Alnoor Khimani
alnoorkhimani
Offline Send Email
Jan 25, 2006
1:18 pm
Messages 1442 - 1471 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help