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...
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...
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...
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?...
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...
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...
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...
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...
... 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...
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...
... 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...
... 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...
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...
... 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...
... 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...
... 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...
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...
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....
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...
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...
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 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)...
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. ...
... - ... 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...