Could the authors of frameworks listening in here please put together a summary of their projects here? I'd like to put together a sort of FAQ highlighting...
IS Rational RoboJ meant for Record N Playback mechanism or help the user build a framework to access applications components similar to various tools ...
Hi friends, iam working on J2ee Technoligies , i want to test our applications manually , pls send how to write java test cases,test plans ,to test performance...
Hi, I am writing this tool which records and plays back java gui tests. It records basically the events and their locations on screen, and plays them back...
On Wednesday, Apr 16, 2003, at 23:38 US/Pacific, Shameek Chakravarty ... Is your code running in the same VM as the application? If so you've got a lot more...
There are several solutions, but no one is a silver bullet. I challenge you to list the pros and cons of each: 1) launch each test in a separate VM and use...
Thanks David and Tim ! That helps a lot. -Shameek ... Chakravarty ... tests. ... start ... step ... the ... it ... taking ... you've ... the ... active,...
Johannes Link has written a good book covering Java unit testing in general, which devotes a chapter to the subject of GUI testing. Here is a link to the ...
Hi all! We're looking for a GUI test tool to automize acceptance tests, and we've been trying some open source apps (Jacareto, Abbot, Marathon) and some...
Aureliano Calvo
acalvo@...
Apr 29, 2003 10:13 pm
206
I've tried a couple of the tools and experienced disappointing results. Abbot had a host of bugs. Half the time the properties set on the right pane weren't...
Aureliano Calvo Tue, 29 Apr 2003 19:05:44 -0300 <big snips> ... FWIW, and be advised that * I don't know very much (just overhearing) * a lot is still...
Try Jemmy too (jemmy.netbeans.org) I cannot promise you any fun either: more complicated application you have - more complicated tests you have to write....
Alexandre Iline
alexandre.iline@...
Apr 30, 2003 8:59 pm
209
As far as I know, jemmy doesn't have "recording" abilities. Without them, we can't use it. Aureliano. ... -- "the human mind is a 400,000-year-old legacy...
Aureliano Calvo
acalvo@...
Apr 30, 2003 9:04 pm
210
... That's exactly what I call "fun". :) Let me know if/when you find a tool able to record stable tests - I'll take my words back. :) And, yes - you are...
Alexandre Iline
alexandre.iline@...
Apr 30, 2003 9:12 pm
211
Unfortunately, when dealing with free software, the last thing to arrive is the documentation. I'm sure all of these frameworks have solutions of one sort or...
Dear colleague, LISA, in collaboration with Lemoine International has made "Software Testing and Internationalization" by Galileo Computing freely available...
It is true that marathon only works with swing applications, however, your statement that it cannot support custom components is only true insofar as it cannot...
In my experience, recording facilities can ultimately be very dangerous if over used. The thing to remember is that your test scripts are software, and, in the...
The bottom line is that many people forget that they should apply the same design practices to their tests that they do to their code. Most people (I hope)...
Well, as someone earlier in the thread stated, the last thing to come along with these free tools is documentation. Marathon had the least documentation of...
You're absolutely right, marathon's docs need some serious attention. However, definitely look at the website at http://marathonman.sourceforge.net/, there's...
Hello, before I start searching in the allready posted messages, I would like to ask you directly. I have to test a Java Application (GUI-Testing). What Tool...
... You are doing exactly the same thing as others do. Everybody starts to write the code without even looking on documentation! No offend - I do it every time...
Alexandre Iline
alexandre.iline@...
May 2, 2003 11:06 pm
223
One more thing. :) You _always_ can ask for a help on users@.... We have a pretty big community over there, so somebody will give you an advice,...