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...
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@...
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...
ISSRE 2003 presents one of most extensive programs ever which covers industrial applications, current research, fast abstracts and winners of the student paper...
For today's fast paced world, ISSRE presents Fast Abstracts, in addition to the main extended presentations. For complete conference details (including the...
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...
... 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...
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...
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...
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...
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...
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,...
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...
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...
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,...
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@...
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...
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...
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...
... 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@...
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...
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...
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...
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 - 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...
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...
... --> 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...
... 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 ...