Hi, just a question I was asking myself about reports with jemmy. I mean, jemmy provides reports thanks to text files such as error or golden or out but these...
Sebastien ... Jemmy is designed as a UI reproducing library - no more. Other tools exist out there which could do what you describe: they called test harness. ...
Hi. I would very much like to see the slides - some of the guys mentioned the session to me. I could not attend myself, 'cause I was busy on the pod. Do you...
Shura
alexandre.iline@...
May 24, 2007 4:33 pm
1643
... I use OpenOffice and haven't had any problems with PPTs in quite awhile. In particular my OOo 2.2 had no problems with Alex's slides....
OpenOffice?! I did not know! I swear! Lemme try ... Thnks....
Shura
alexandre.iline@...
May 24, 2007 8:33 pm
1645
Worked ... thanks for the tip. What's more interesting to me right now ... Are there any specific techniques to write code so that representation layer and...
Shura
alexandre.iline@...
May 24, 2007 8:51 pm
1646
Yeah, OOo has supported using $$o files for a long time. Of course it's a translation and there's always the possibility it can't properly interpolate a given...
Hello friends, this is Debasis, a Passionate Software Tester (Self- Certified). I have a blog where I write about my passion! Recently I have posted a blog...
Does anyone on this list have any experience with Borland SilkTest? When I entered "Silk" into the search box in the archives, I got exactly zero matches,...
I looked at that when it first came out. It's a good article. As the co-author of the Robot class, your description of that class was curious. As a design...
Hi David, Thank you very much for your feedback :) I understand that the Robot class was not created specifically for testing only. Unfortunately I have seen...
I'm not saying it was not designed for testing. We had two use cases in mind: Supporting testing, and self-runinng demos What I'm saying is our intent was to...
Hi Eric, Have you looked into using 'Squish for Java' from Froglogic? It works like Abbot, but is much more mature as a product. I have just begun using it...
Thanks David, I'll take a look at the suggested website. BTW, thank you for pointing out the GUI testing tools wiki page at Java.net. I added FEST :) Best...
I corrected my mistake at http://www.jroller.com/alexRuiz/entry/awt_robot_a_powerful_building Thanks David :) -Alex. David Herron <davidh@...> wrote:...
Hi All, I am new to this group. I found lot of topics which are very helpful for ppl like me. We are performing GUI Testing for Java Swing Application. Can...
Hi Kranthi, What are you attempting to achieve from your testing? My personal experiences with testing gui's in the past has been that it's slow and painful....
Hi Kranthi, This website, http://wiki.java.net/bin/view/Javapedia/TestingGUIApplications , has a comprehensive list of GUI testing tools. If you are looking...
Hi, I've just released a new version of jDiffChaser, a GPL tool that automatically takes and compares screenshots from the latest production version of your...
Hi, Does anyone have a sugguestion of a good tool to automate testing on a Swing/ Java webstart application? Our application is both server and client based,...
Hi, From a testing point of view what you're going to test is a java application. Java Webstart is just a deployment method. so any tool to test java/Swing...
... Hi Alastair, Another good alternative for Swing GUI testing is FEST ( http://fest.easytesting.org/swing/ ). Its main features are: 1. Compact API that is...