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,...
Alexandre Iline
alexandre.iline@...
May 2, 2003 11:14 pm
225
If you browse the links in this group (particularly http:// www.superlinksoftware.com/cgi-bin/jugwiki.pl?TestingGUIs), you can find a quick description of...
From: lazneb [mailto:neblaz@...] before I start searching in the allready posted messages, I would like to ask you directly. With all due respect, I find it...
Do you think that it's easy for a beginner to read all postings you have posted during the last days, weeks, even months ? And to compose the answer like a...
Since you asked, I believe that there is a minimal amount of due diligence required before posting - but that's just my opinion. This includes: * Performing a...
Learning to search mailing lists and documentation for relevant information is an important skill, especially when dealing with free software projects. Eric...
hi... from nowonwards i'll also send my responses to yahho group members, so please be ready to bear one more tester...have a nice testing experience.. regards...
Hi, Is there a record/replay tool out there which works with SWT based java apps ? cheers shameek ... Version: 3.12 GCS dpu s++:++ a-- C++++ UL++ P+ L++ E- W+...
... The admin can change it in the group settings... I thought that by the 21st century most people would be using email readers that could handle html :-) ......
Here's an interesting bit of trivia -- see if you know the answers: Q) For how many threads does the subject-mentioned method return true? A) for as many event...
Timothy, Each Applet is run in a separate AppContext. AppContext isn't a public class, but if you download the source you'll find it. It's basically a ...
... The AppContext is part of the reason that you get some degree of safety within any given applet. The AppContext prevents one applet from easily getting...
... So, where I work we rarely write typical applets (the SQE team at Sun for J2SE) ... For example, if you're loading a signed applet and want to test that ...
Surely the plugin doesn't allow you to grab the security dialog, or hop contexts, at least not from an applet? Otherwise it seems that would be a security...
I'm using Abbot to generate test scripts and test an application. It's the type of 'Java application' with NO packages, all code behind buttons on the screen,...
When controlling an application through java.awt.Robot, there is no explicit linkage between generating the robot events (ie. low-level system events) and...
Hello, I have just downloaded and installed Abbot to start to use it... I've tried to record a simple script that launchs my application and browses several of...
Hello I too use Abbot for testing What i does for model is -- use F2(Start and stop recording - All Action No Motion) or F3(Componant Image)Key's to record the...
I need to rebuilt an application; recently I've been trying to set up an automated GUI testing environment for my application so that I can confirm that the...