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...
629
Shameek Chakravarty
shameek_c
Dec 1, 2003 10:54 am
Hi Babu, First off, this group is meant for Java-GUI testing related queries. Your query is out of place here. Nevertheless, you can try out ...
632
Timothy Wall
timothyrwall
Dec 1, 2003 8:43 pm
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...
633
David Herron
reikiman
Dec 2, 2003 7:57 pm
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...
634
twall@...
timothyrwall
Dec 2, 2003 9:18 pm
... 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...
637
shawnboyce
Dec 3, 2003 1:27 pm
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...
639
Alexandre Iline
alexandre.iline@...
Dec 5, 2003 7:38 am
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...
640
Monoranjan Gorai
monoranjang
Dec 5, 2003 10:32 am
Hi Friends, I have compiled and run the following program. I see the exception: "Operation failed: javax.naming.directory.NoSuchAttributeException: [LDAP:...
641
satish_groups
Dec 5, 2003 2:01 pm
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...
642
Timothy Wall
timothyrwall
Dec 5, 2003 2:01 pm
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...
643
aggarwalvishal123
aggarwalvish...
Dec 8, 2003 2:19 pm
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....
644
Perumalsamy
perumalsamy.rm
Dec 8, 2003 10:53 pm
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...
647
Timothy Wall
timothyrwall
Dec 9, 2003 2:33 pm
On the subject of 1.5, is there anything detailed and public on what is going in or what is being considered? If so, where?...
650
Aureliano Calvo
acalvo@...
Dec 11, 2003 3:58 pm
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 ...
653
Timothy Wall
timothyrwall
Dec 12, 2003 1:33 pm
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...
654
Thomas L Roche
tlroche
Dec 12, 2003 11:14 pm
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...
655
java-gui-testing@yaho...
Dec 13, 2003 2:55 am
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 :...
656
java-gui-testing@yaho...
Dec 13, 2003 2:57 am
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 :...
658
Maria Laura Re
laurare.rm
Dec 13, 2003 7:51 pm
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...
659
balakrishna_kn@...
krishnaforu
Dec 15, 2003 3:07 am
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...
661
Aureliano Calvo
acalvo@...
Dec 15, 2003 2:38 pm
... 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...
662
Lopes Mauro-QML002
qml002
Dec 15, 2003 4:05 pm
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...
663
oinaron
Dec 16, 2003 12:55 am
(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 ...
664
kaviappa
Dec 16, 2003 1:06 am
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...
665
David Herron
reikiman
Dec 16, 2003 1:20 am
Kavitha, This has nothing to do with testing a Java GUI. Please take your question to a more appropriate forum. - David...
666
Martin van den Bemt
martin_van_d...
Dec 16, 2003 11:28 am
I just read blogs (besides the technical reading of specs.).. Good starting point is www.javablogs.com Mvgr, Martin ... -- Martin van den Bemt...
667
Samuel ]slund
saas2813
Dec 16, 2003 12:51 pm
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...
668
stirly1@...
stirly1
Dec 16, 2003 3:25 pm
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...
669
Bob Koss
rskoss
Dec 16, 2003 4:15 pm
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 ...