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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 545 - 578 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
545
Hi, I've found the solution to my problem. So I declared the jre in "writing the path" (but I did a Copy/Paste from my navigator so I was sure that the path...
Pika
titou_64
Offline Send Email
Oct 1, 2003
4:10 pm
548
I am impressed by what marathon can do but I have not been able to figure out a few items 1. How can I use the batch facility for running testcases from an ant...
Dan Palmer
dpalmer@...
Send Email
Oct 3, 2003
4:42 pm
549
Dan, You'd probably be better off posting to the Marathon mailing list at marathonman-devel@... for help specific to Marathon. Some clues in...
James Mead
james_mead44
Offline Send Email
Oct 4, 2003
2:37 pm
550
ISSRE 2003 presents one of most extensive programs ever which covers industrial applications, current research, fast abstracts and winners of the student paper...
ymalaiya
Offline Send Email
Oct 5, 2003
1:41 am
551
For today's fast paced world, ISSRE presents Fast Abstracts, in addition to the main extended presentations. For complete conference details (including the...
ymalaiya
Offline Send Email
Oct 5, 2003
1:42 am
554
Is it possible to perform a drag/drop operation across java components in the same VM by stuffing the AWT event queue? I'm thinking not, since DnD seems to...
Timothy Wall
timothyrwall
Offline Send Email
Oct 6, 2003
8:13 pm
555
... Well, I only know about the 1.2.2 / 1.3 timeframe when AWT components would not respond to anything on stuffed into the event queue. Then, as now, DnD has...
David Herron
reikiman
Offline Send Email
Oct 6, 2003
9:16 pm
556
Hello, I realize that such kind of question is slightly offtopic, but I guess majority of participants have "hands-on" experience with java based GUI and can...
Dennis N. Stetsenko
dstetsen
Offline Send Email
Oct 8, 2003
9:37 pm
557
Good morning to you, I am also trying to test a java SWING GUI application using abbot. This application needs to start as javaw -client -Xincgc -Xms32M...
Prasada Reddy
anavadya
Offline Send Email
Oct 14, 2003
2:43 pm
558
Hi All, I've been trying to use pounder. I found that I liked being able to "play" my script, and then examine the results of the object, as my script would...
vsm22_2000
Offline Send Email
Oct 15, 2003
2:32 pm
559
If you're already writing compilable code for your test, then it makes sense to write the code directly that a script would otherwise invoke. Scripting is...
Timothy Wall
timothyrwall
Offline Send Email
Oct 15, 2003
2:47 pm
560
Hello, I have played a bit with abbot, using the framework to write junit test for a simple swing UI. My question - in case I have multiple components (labels,...
y_shenhar
Offline Send Email
Oct 15, 2003
3:32 pm
561
Please refer tool-specific queries to the appropriate forum. In this case, http://sourceforge.net/forum/forum.php?forum_id=168262. See...
Timothy Wall
timothyrwall
Offline Send Email
Oct 15, 2003
4:03 pm
562
Timothy Wall Wed, 15 Oct 2003 12:03:39 -0400 ... or is against your religion :-) I personally prefer to instrument my code wherever possible, since to me being...
Thomas L Roche
tlroche
Offline Send Email
Oct 15, 2003
6:15 pm
563
I am automated tester currently using a BASIC derived language to program tests in Rational Robot. However, I am currently studying Java2 and Rational XDE...
Aidy Rutter
aidy1us
Offline Send Email
Oct 21, 2003
2:29 pm
564
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=37704#c3 You can check out org.eclipse.ui.tests under HEAD in...
Thomas L Roche
tlroche
Offline Send Email
Oct 22, 2003
9:53 pm
565
using Jemmy, is there a way to reach swing items inside a java.swing.popup object.... The problem I have is the following: This is simple : I ve got a menubar,...
K
kymilfab
Offline Send Email
Oct 24, 2003
10:27 am
566
Jemmy can work with menu items many ways. It depends what you want to do. This an example how to work with menu in Jemmy: JFrameOperator frame = new...
Jiri Skrivanek
Jiri.Skrivanek@...
Send Email
Oct 24, 2003
11:32 am
567
Hi - Does anyone have experience using bitmap comparison for test verification? I'm using content comparison to verify whenever possible, but this is not...
peterlists
Offline Send Email
Oct 27, 2003
3:22 pm
568
Bitmap comparisons are usually more problematic than they are worth. If you are validating the logic that determines which bitmap to present you can just ask...
Michael Silverstein
mksilverstein
Offline Send Email
Oct 27, 2003
3:43 pm
569
Hi, We have to create and test images, and do it using JAI. We generate .png files and save them, then compare the old ones with newly generated ones using...
valeri22@...
vsm22_2000
Offline Send Email
Oct 27, 2003
3:53 pm
570
... Yes, you are. :) org.netbeans.jemmy.image package contains all the code you need to saving/loading, lookup, comparision, and subtracting. And a simple ...
Alexandre Iline
alexandre.iline@...
Send Email
Oct 27, 2003
4:37 pm
571
Thanks, Valeri - JAI looks promising. Mike - not sure I understand - let me give more details. I've got a class that extends JLabel. It draws text and an icon...
peterlists
Offline Send Email
Oct 27, 2003
4:40 pm
572
Peter, I have some experience with this, and have written a framework to ease organizing the images. We haven't looked at releasing the framework to the...
David Herron
reikiman
Offline Send Email
Oct 27, 2003
4:43 pm
573
What I said does not apply if you are testing the rendering. As I said, if all you care about validating is the logic that determines *which* image to display...
Michael Silverstein
mksilverstein
Offline Send Email
Oct 27, 2003
4:45 pm
574
Peter, One complication you'll find is that the fonts, down at the pixel level, used to render text vary from platform to platform. As I said in my other...
David Herron
reikiman
Offline Send Email
Oct 27, 2003
4:48 pm
575
David - Perhaps you're right about adding hooks. To me, this is one of the Big Questions... :) I'm biased because I've been developing a framework, and it's...
peterlists
Offline Send Email
Oct 27, 2003
5:50 pm
576
David Herron Mon, 27 Oct 2003 08:48:38 -0800 ... Well put. I'm surprised how often folks evince shock at the idea of instrumenting their code (e.g. to ensure...
Thomas L Roche
tlroche
Offline Send Email
Oct 28, 2003
6:56 pm
577
... --> OK, I use now the 1.4.1 and it runs. thx but even with this version, I have problems with focus .... Maybe, someone can help me with my new pb. In my...
Pika
titou_64
Offline Send Email
Oct 30, 2003
9:23 am
578
... Would this be brittle every time you have some new developer running the test code, on a different machine / OS / graphics card??? Once again, a ...
Jeff Tulley
j_tulley
Offline Send Email
Oct 31, 2003
6:38 pm
Messages 545 - 578 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