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 to share photos of your group with the world? 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 258 - 292 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
258
I'm part of a group that wants to enable whitebox automation and testing for SWT/JFace UIs. (I.e. JUnit-integrated and refactorable unit testing for...
Tom Roche
tlroche
Offline Send Email
Jun 2, 2003
12:18 am
259
... One thing to note is that the wait for idle doesn't actually wait for idle, it waits for all events that are currently on the queue to be processed. If...
Timothy Wall
timothyrwall
Offline Send Email
Jun 2, 2003
2:04 am
260
How do i get to create an image in java as an applet or within a frame. The following code just brings up a frame with no image. Can anyone help? Kev. import...
kevin lee
klee63
Offline Send Email
Jun 2, 2003
11:02 am
262
Tom, As one of the co-authors of Robot, let me say your summary of what's required is pretty good. I do not know any of the SWT specifics to answer your...
David Herron
reikiman
Offline Send Email
Jun 2, 2003
4:58 pm
263
Kevin, First - this is way off topic from the purpose of this group. Second - your applet is coded wrong for the icon to show up in the frame. The icon should...
David Herron
reikiman
Offline Send Email
Jun 2, 2003
5:10 pm
265
David Herron Mon Jun 2, 2003 12:58 pm ... Thanks! Hopefully better than my previous understanding :-) ... So the question is, what is the meaning of "idle"? ...
Thomas L Roche
tlroche
Offline Send Email
Jun 2, 2003
10:47 pm
266
... One thing about this method is that I've never understood why it's there. I am only the co-author or Robot, and the other author (who isn't at Sun any...
David Herron
reikiman
Offline Send Email
Jun 2, 2003
11:48 pm
267
David Herron 06/02/2003 07:48 PM ... <head explodes/> OK. I've been assuming that _everything_ ended up in the native event queue eventually. Is that why each...
Thomas L Roche
tlroche
Offline Send Email
Jun 3, 2003
12:23 am
268
... Glad to oblidge ;-) Whatever you ask Robot to do *does* get into the native system. But it doesn't go to Java's native queue ... except indirectly. Each...
David Herron
reikiman
Offline Send Email
Jun 3, 2003
1:22 am
269
... Well, guys, it's my turn to tell something, then. :) ... I must say: "It depends!". :) I can assure you that during our real tests execution (real tests...
alexandre.iline@...
Send Email
Jun 3, 2003
1:55 am
270
(head pounding slightly from David's flood of details) ... The first time I saw this was when I was launching appletviewer to control an applet or two. I was...
Timothy Wall
timothyrwall
Offline Send Email
Jun 3, 2003
2:25 am
271
... This is why the default Robot.waitForIdle might be seen as slightly deficient, since it only waits until all events *currently* on the queue have been...
Timothy Wall
timothyrwall
Offline Send Email
Jun 3, 2003
2:31 am
272
... You may, as well, simply check it (peekEvent() != null) for as long as it has something and sleep for some time between checks - with the same result. ... ...
alexandre.iline@...
Send Email
Jun 3, 2003
2:59 am
273
... I've also found this to be "good enough" for most purposes. ... Have you actually run across this in real life? I figure an app that displays an animated...
Timothy Wall
timothyrwall
Offline Send Email
Jun 3, 2003
3:15 am
274
... Yes, I have. One of NB versions did that. Some kind of events were posted to synchronize filesystem representation. Shura....
alexandre.iline@...
Send Email
Jun 3, 2003
3:28 am
275
On Monday, Jun 2, 2003, at 18:55 US/Pacific, alexandre.iline@... ... Okay, I was guessing. I've never tried to look - and the kind of app's I work with to...
David Herron
reikiman
Offline Send Email
Jun 3, 2003
3:27 pm
276
... Timothy Wall Mon, 2 Jun 2003 22:25:52 -0400 ... <warning: possible intracranial damage :-> Chris Grindstaff 06/03/2003 08:25 AM ... Steve Northover Tue, 3...
Thomas L Roche
tlroche
Offline Send Email
Jun 3, 2003
4:47 pm
277
Following instructions in the ReadMe, I ran 'ant test' and it was fine, then when running 'ant demo' and recording some actions on the Sample application, then...
pinkskink2001
Offline Send Email
Jun 4, 2003
1:40 am
278
Hi friends, Is there any automation tool for testing GUI designed by SWT/JFace component. My application comes as a plugin in Eclipse IDE. It must be able to...
Pradeep Bojan
pradeep_kots
Offline Send Email
Jun 4, 2003
7:29 am
281
hello all I will feel good to get suggestion from you regarding all the Java GUI Testing Tool. I am currently working on various available Testing Tools...
debasish mohanty
mohantydebasish
Offline Send Email
Jun 4, 2003
12:21 pm
282
Pradeep Bojan <pbojan@...> Wed, 4 Jun 2003 12:48:33 +0530 ... The only tool of which I'm aware that can currently do this is IBM Rational XDE Tester ...
Thomas L Roche
tlroche
Offline Send Email
Jun 5, 2003
2:48 am
283
Thanks for all incoming messages:) The problem was with Matlab 6.5. I think there is abug with this version of Matlab. I am just writing to log this detail. ...
karanlik
Offline Send Email
Jun 5, 2003
7:34 pm
284
hello all can somebody pls help me to create a test suite using abbot. 1)I am lunching multiple java applications from scripts.Like.. script1-gui1 script2-gui2...
debasish mohanty
mohantydebasish
Offline Send Email
Jun 9, 2003
9:02 am
286
... FWIW: perhaps you should work on SWTizing JFCUnit? That way, there's more options for end-users. Note that they already have a project ...
Tom Roche
tlroche
Offline Send Email
Jun 9, 2003
4:34 pm
287
... JFCUnit doesn't use Robot underneath. Well, that was true at JavaONE 2002 (in march 2002), and I haven't followed their work and have no idea if they've...
David Herron
reikiman
Offline Send Email
Jun 9, 2003
4:52 pm
288
From: David Herron [mailto:davidh@...] Instead of using Robot, they advocated directly calling the component methods that would be invoked by the events....
Michael Silverstein
mksilverstein
Offline Send Email
Jun 9, 2003
5:03 pm
289
As far as I know, JFCUnit tests can be run using the event queue or the java.awt.Robot (by setting a system property). ... -- "The reasonable man adapts to his...
Aureliano Calvo
acalvo@...
Send Email
Jun 9, 2003
5:10 pm
290
... set/get ... Nope. I am talking about the component's implementation. You know normally the views or components are composed of other components. What I...
beaver_patrol4
Offline Send Email
Jun 9, 2003
5:28 pm
291
... That's true: if you want to test application only, you only need to test application methods. However, that is what's done by unit testing - that's unit...
Alexandre Iline
alexandre.iline@...
Send Email
Jun 9, 2003
5:47 pm
292
You might want to port pounder to SWT (http://pounder.sourceforge.net). It solves the unit test for graphical components in a diferent way. I've done some...
Aureliano Calvo
acalvo@...
Send Email
Jun 9, 2003
5:59 pm
Messages 258 - 292 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