[Redirected from java-gui-testing to the appropriate group. Apologies for duplicates that get through] Application contains two screens 1) First Screen...
Getting the following exception when clicked on save from the java file chooser Means if any of application contains save button if u click on save button then...
I've communicated with several commercial organizations, but they tend to be much more tight-lipped than those working on academic or open source projects....
I was getting the same error in the same manner. I found that exiting Costello and restarting it, to run it just once, took care of the problem. Since I am a...
Hi, This might all be old news, but I just stumbled across a tool and research paper that were quite interesting to me. They seem relevant to the list. - Curt...
When I attempt to launch my application under test via Test->Launch, I'm getting the Unsupported major.minor version 49.0 error. I'm attempting to test an...
Here's a short article on how to run UI tests when you don't have a separate, dedicated machine for doing so, and you still want to be able to use your local...
The classes are 1.5 classes. But your JRE is 1.4 or lower ... From: "bbucher2002" <bbucher2002@...> To: <java-gui-testing@yahoogroups.com> Sent: Tuesday,...
You need to also run the tests under Java 5. (49.0 is the version number of Java 5 class files.) You didn't tell us what tools you are using... Ilja...
Hi All, We are planning to use Jemmy for Java GUI testing. The tutorial at http://jemmy.netbeans.org is too ambiguous to understand. Has anyone in this forum...
It's quite simple. As far as I remember, you simply create an operator (such as a JButtonOperator) for the component you want, well operate, and then use it in...
This question is replied on a more appropriate alias: users@... Shura....
shura
alexandre.iline@...
Aug 17, 2006 4:55 am
1543
Hi, Are there any "j2me emulator gui automation" tool available? If anyone working or know any gui automation tool for j2me platform would be great. Thanks ...
I'm looking for a Java testing tool that doesn't cost a fortune and gives us the following functionality: we would instrument some methods of some classes in...
... Hi Brian, Have you checked the archives? There should be several tools mentioned that fits your description pretty well. E.g. Abbot has recording and the...
From what I see, two types of requirements are mixed together: record/playback and code/data coverage. I could recommend Emma as a code coverage tool. It does...
Shura
alexandre.iline@...
Aug 28, 2006 3:16 pm
1547
There is a document in the files section of this group comparing various tools - though a little outdated it should give you a good idea of what is available. ...
... I'm not aware of anything like that, but it sounds like the kind of thing AOP is suited for, so that might be a starting point. It's also the same...
Greetings. After a gap of almost two years, I started actively working on Marathon again. I just made a new release (0.92) with improved stability (hopefully)...
May be you are in the wrong group ;-). There are places where testing from GUI is helpful. Quite a few of the testers I spoke to are uncomfortable with...
... Ha! The opposite: I am just for too long in this business. :) Everybody in this group needs to be aware of this document: "How to Successfully Automate the...
Shura
alexandre.iline@...
Aug 29, 2006 11:58 pm
1552
Shura, Thanks for the link and your comments. I am generally referring to testing from GUI that will include record and replay. I was once involved in a big...
... Pretty much like the white paper states. They are highly dependent on product specifics, so, they are neither maintainable nor reusable. Well, of course,...
Shura
alexandre.iline@...
Aug 30, 2006 6:31 am
1554
Hi, I wrote a small piece on running tests headless, though the article is for Marathon - it can be used for other tools also. Though I covered *nix and...
I posted some similar information at http://rabbit-hole.blogspot.com/2006/08/ui- testing-on-sly.html. I included an alternative for OSX, which basically...
Thanks for the information. That still doesn't give me what I am looking for ... On XP, though not as elegant as on OSX, you can use the Users tab on ...
... It's as much "without a UI" as an X framebuffer or non-physical display. ... Is there a way to invoke processes in the non-active user environment?...
Hi together I'm searching an automated GUI-testing tool and jfcUnit seems to be interesting. I read in this forum that it isn't as easy to use as Jemmy. Why? I...