Search the web
Sign In
New User? Sign Up
java-gui-testing · Java GUI Testing
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 930 - 967 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
930
Hello: I hope this is this question is the appropriate place to pose this quesiton. Apologies in advance if not. I am developing a Java application which...
Donald Onyango
cdonyi
Offline Send Email
Jun 3, 2004
6:58 pm
931
... Check this links: http://abbot.sourceforge.net/ http://jfcunit.sourceforge.net/ I am using the second one. regards Francis ...
Ferenc Dobi
ferencdobi
Offline Send Email
Jun 4, 2004
6:52 am
936
Hi All, Howz everyone? This is my first message to the group and I hope its a good one. Rite now, Im working on my Masters and this involves testing Java and...
chintan_1977
Offline Send Email
Jun 7, 2004
3:13 am
938
Hi All, Can anyone please help me in this. --C...
chintan_1977
Offline Send Email
Jun 7, 2004
9:45 pm
939
Marathon looks like it could be a promising tool for my needs. The philosphy look right. I will be testing a java webstart gui application with some cross OS...
peter_addamark
Online Now Send Email
Jun 8, 2004
3:26 pm
940
William Leeson 2004-06-04 04:44 ... <BTW, sorry for missing this point earlier.> ... Can java.awt.Robot send events to native controls? If so, how to code?...
Thomas L Roche
tlroche
Offline Send Email
Jun 8, 2004
5:26 pm
942
I don't understand the question. You've have an application that was developed in both Java and C#? Huh? Junit is a java tool. Nunit is the same tool ported to...
Bret Pettichord
bpettichord
Online Now Send Email
Jun 9, 2004
12:40 am
943
Hi all, I am working on sth to do with GUI testing. And i am using JFCUnit. i dont know what should i put under the main method. public static void main...
judy_chua27
Offline Send Email
Jun 9, 2004
2:31 am
944
Hey Bret, My project focuses on performance testing of Java and C#. So, to give you an idea, I developed applications in Java , migrated them to C#. And now I...
chintan_1977
Offline Send Email
Jun 9, 2004
2:53 am
945
... Hello! Try this : java junit.textui.TestRunner [-wait] TestApplication1 and junit.jar jfcunit.jar must be on classpath See http://junit.org,...
Ferenc Dobi
ferencdobi
Offline Send Email
Jun 9, 2004
6:59 am
946
Hi Francis, After i change to java junit.textui.TestRunner [-wait] TestApplication1; now there is a error under "textui" which say ";" expected and junit.jar...
judy_chua27
Offline Send Email
Jun 9, 2004
8:33 am
948
... Hello! Seems, you entered it to the source code :) This is a command should be entered at a console (running command.exe on windows or opening an xterm in...
Ferenc Dobi
ferencdobi
Offline Send Email
Jun 9, 2004
2:13 pm
949
Hello testers, I have a semi-urgent question for y'all to consider. Reminder; I work at Sun, in the J2SE team, and helped create the Robot class. The email...
David Herron
reikiman
Offline Send Email
Jun 9, 2004
6:06 pm
950
... I find the description of the bug rather confusing. They refer to setAutoDelay as if it were Robot.delay(); one place in the sample code calls it twice...
Timothy Wall
timothyrwall
Offline Send Email
Jun 9, 2004
6:57 pm
951
... work ... Oh, yeah, that is a little strange. Well, it's going to have the same effect - what that method does is control how much time to sleep after each...
David Herron
reikiman
Offline Send Email
Jun 9, 2004
7:13 pm
952
Abbot is set to run with an autodelay of zero. the only problem I've had with text input has been on OSX; linux and w32 have always been able to keep up, at...
Timothy Wall
timothyrwall
Offline Send Email
Jun 9, 2004
9:42 pm
953
... Yeah, that's about what I expected alright. ... Hmmm... and I assume in this case that isShowing and isActive are returning true? For Swing app's there's...
David Herron
reikiman
Offline Send Email
Jun 9, 2004
10:08 pm
954
... Yup. even waiting for a PAINT event isn't sufficient. the only truly reliable method had been to wiggle the pointer over the window until a mousemoved...
Timothy Wall
timothyrwall
Offline Send Email
Jun 9, 2004
10:34 pm
955
... Francis, i m nt using command.exe to run, i am using JBuilder. Therefore i need to have the main method. So What should i do then?...
judy_chua27
Offline Send Email
Jun 10, 2004
1:02 am
956
... Hello Judy! Ah, JBuilder. I have not used it for a long time. I think you can set the main method(to junit...) somewhere in the menu and the arguments if...
Ferenc Dobi
ferencdobi
Offline Send Email
Jun 10, 2004
7:36 am
958
I think the root cause of this error is that ComponentTestFixture is using Thread.yield() in showWindow. On some systems, this is sufficient to allow the UI...
Timothy Wall
timothyrwall
Offline Send Email
Jun 11, 2004
6:24 pm
959
Hi, Do any 1 out there know why I have this error when i run my test? When i run, the UI i design will appear and then it disappear, follow is this error msg....
judy_chua27
Offline Send Email
Jun 12, 2004
3:49 am
960
... junit.extensions.jfcunit.TestHelper.getWindows(Unknown ... junit.extensions.jfcunit.TestHelper.getWindows(Unknown ... ...
Ferenc Dobi
ferencdobi
Offline Send Email
Jun 12, 2004
5:53 am
961
Hi all, I am about to embark on a new job position that will have me mostly writing java code to provide UI automation testing for the company's product. I...
supreme_java_guru_1
supreme_java...
Online Now Send Email
Jun 13, 2004
5:48 am
962
Abbot has always provided both a code-level API for unit tests and a recording API for generating scripts (which are saved as XML), as well as an editor for...
Timothy Wall
timothyrwall
Offline Send Email
Jun 13, 2004
11:52 am
963
Thanks for the reply Timothy. I agree. I suppose what I am looking for is more of "coverage" that each API supports. It seems jfcUnit, Pounder, Jemmy and Abbot...
Kevin Duffey
supreme_java...
Online Now Send Email
Jun 13, 2004
4:13 pm
964
Kevin Duffey Sun, 13 Jun 2004 09:13:33 -0700 (PDT) ... IMHO your question is based upon a poor understanding of the social structure of this list, which (IMHO)...
Thomas L Roche
tlroche
Offline Send Email
Jun 13, 2004
7:25 pm
965
Hi, ... Fair enough. Figured it might be possible that others out there have been in a scenario as I am going in to already and could offer valuable feedback. ...
Kevin Duffey
supreme_java...
Online Now Send Email
Jun 14, 2004
12:57 am
966
... junit.extensions.jfcunit.TestHelper.getWindows(Unknown ... junit.extensions.jfcunit.TestHelper.getWindows(Unknown ... ...
Judy Chua
judy_chua27
Offline Send Email
Jun 14, 2004
2:52 am
967
... - ... jakarta regexp-1.2.jar ... Francis, I have download the jakarta regexp and have set the classpath. But i still cant solve the error. What should i do...
judy_chua27
Offline Send Email
Jun 14, 2004
6:03 am
Messages 930 - 967 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help