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...
I would suggest spending several hours with each tool under consideration, using it for the tasks you expect to be performing. Choose the one that works for...
I agree with mr wall and have used abbott and liked it and I think he is still actively developing it. The ability to link in scripts is what sold me. I was...
... If installed as a service (talking w32 here), you can run in a user account, but (at least) under XP, that doesn't give you a desktop. On OSX, if you tell...
Hi Newbie to automated UI testing here! I am trying to choose between Abbot and Rational XDE. Does anyone know how to import expected results into Rational...
Hi i am new to gui testing. I have to write a thesis on Gui black box tests and i am at a loss at where to start looking for information. So can the experts...
Did you google? There is lot of information out on the net. Look at testingeducation.org and James Bach's website. Also look at testing.com(Brian Marick's...