Hi, Greetings of the Day... I am supposed to be testing a application for I18N compatibility. I am really finding it difficult in finding examples of...
A few things that I've had to implement hacks for: * catch uncaught exceptions on the event dispatch thread (w/o the EventDispatchThread "hack") - faciliates...
Timothy, Thanks .. for these thoughts. I think (will have to check) that some of this is features being added to Tiger (1.5) anyway. I'm curious whether...
... Really neat stuff available in X11. Too bad most of the world is corrupted by the w32 message queue. Xt in many ways is a much nicer toolkit than either...
David, Being able to access other windows could be a very interesting feature. Currently, the java GUI testing tools have to start the appliation under test...
Hi, David. You do not have to go that far to ask this. :) Testing of all the Netbeans-line IDEs (and not just them, I am sure) involves execution of external...
Alexandre Iline
alexandre.iline@...
Dec 5, 2003 7:38 am
640
Hi Friends, I have compiled and run the following program. I see the exception: "Operation failed: javax.naming.directory.NoSuchAttributeException: [LDAP:...
Hi to all, I am new to this group and I am N.Satish kumar studying MCA in Mepco Schlenk Engineering College and i am in search of Final year project and...
I'm not familiar with what the remote debug interface offers, but one thing that would facilitate testing across vms (whether b/c the code under test is in a...
Hi, I need to automate testing of a swing based applet. I am evaluating JFCUnit as well as Jemmy. Can anyone please share their experiences about these tools....
Dear Friends, To get information on J2EE training and Training institues teaching J2EE,Trainers involved in J2EE,Freelance Trainers for J2EE You are welcome to...
Hi! I'm looking for a library to test SWT components. I'm using jemmy to test Swing components and it's great. I'm looking for something similar for SWT ...
Aureliano Calvo
acalvo@...
Dec 11, 2003 3:58 pm
653
I can't believe I forgot to mention this one: * provide the means for indicating that a native peer is ready to receive events (this may mean simply fleshing...
Aureliano Calvo Thu, 11 Dec 2003 12:58:32 -0300 ... Rumor has it there is a jemmy for swt, it's just very hard to get :-) ... and has been for quite awhile...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the java-gui-testing group. File :...
java-gui-testing@yaho...
Dec 13, 2003 2:55 am
656
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the java-gui-testing group. File :...
java-gui-testing@yaho...
Dec 13, 2003 2:57 am
658
Hi everybody, I designed a calculator, and I need help with the rest of the actions. I know I need to use the different Math methods, but I tried tried that...
Use a GRID Layout . This will keep your buttons in their place. USe but.getText().equals("+") . Now you are doing a STring match. Earlier you were doing a...
... I know and I use them. It was a typo (unless my shrink thinks otherwise ;) ). -- "Just remember, you are a unique individual. Just like the 6 billion other...
Aureliano Calvo
acalvo@...
Dec 15, 2003 2:38 pm
662
Hi Thomas, I'd like to try abbotforswt. How can I proceed to get it ? As I understand, there are an Early Access under the terms of IBM International License...
(newbie delurks) I have a question for all the Java developers on this list. What magazines on Java do you read, and which columns in those magazines ...
Hi, We are using JBoss3.0.4 + tomcat 4.1.x with MS SQL sever as database. The application works ok for all the pages except for the one where the page is...
Hi David is right, go some where else. I might recomend http://forum.java.sun.com/ It was a good place when I was there some years ago. //Samuel PS. You might...
Hi all! I have an interview in a couple of days, part of which includes me being given a GUI screen and asked what 's the best way to test it. I've had a...
Refactor all of the logic out of it and into another class that can be unit tested. ... -- Robert Koss, Ph.D. | Training, Mentoring, Contract Development ...