Enter your vote today! A new poll has been created for the java-gui-testing group: Which GUI testing tool are you using at the moment? o Abbot o Jemmy o...
java-gui-testing@yaho...
Nov 14, 2002 3:49 pm
25
Hi All! i am a student. i have to develop a GUI testing tool for my final year priject. but i am really have no idea how to do it!. even o don't know how to...
There's an interesting thread in extremeprogramming (http://groups.yahoo.com/group/extremeprogramming) titled "Acceptance Testing...". One line that caught...
The following java-gui-testing poll is now closed. Here are the final results: POLL QUESTION: Which GUI testing tool are you using at the moment? CHOICES AND...
java-gui-testing@yaho...
Nov 29, 2002 2:34 am
30
Hi testers, I would prefer a thread where we discuss the different advantages/disadvantages of the most often used tools. Which advices would you give to use...
hi Markus, You mentioned that you need to all your panels to a window - could you please clarify? My experiences: I started using jfcUnit early last year -...
... It's up to you to start it :) One of the ideas starting this group was to provide discussion of different tools and techniques. I generally find it more...
Hi. My experience shows that data got by such kind of surveys hardly can be treated as something reliable unless all the participants are asked directly to...
Alexandre Iline
alexandre.iline@...
Dec 3, 2002 3:55 am
34
My experience shows that such small surveys aren't worth talking about, but the last option for this one caught my eye. I'd like to know what sort of GUI...
Hi, Matt. I wonder if you meant "GUI test development" below where you said "GUI development". GUI for a lot of products just tested manually - I now it's a...
Alexandre Iline
alexandre.iline@...
Dec 3, 2002 4:28 pm
36
... Hi .. this is my first posting to this group, so in a moment I'll introduce myself. I wanted to correct this ... Robot first appeared to the public in...
I had just heard of this "Marathon Man" tool and on the "How It Works" page it's clear it's a tool I would immediately dismiss and not use. I want to present ...
I can see from your point of view the distinction is essential, although automated testing of the native side of things is a whole different ball of wax. From...
David, If you are tasked with "validating" the java platform(i.e. testing the behavior of the core java libraries, not application code) then it is true that...
For what its worth, I helped develop a commercial GUI record/playback tool for several dialects of Smalltalk (another OO language). We found that for our...
Marathon originally started as a non-threaded app which notified listeners as you say. We ran into problems. The biggest was with recording. If you operate...
... being tested, then using Robot, the application will no longer be receiving the events that we're generating. This is not a small issue for us. This is a...
... When dealing with an AWT event queue, you can't really avoid threading, since queue operations so often use locks. ... Depends on what you record. If you...
Hi. ... currently, because we can synchronize on the AWT eventqueue, we can post an event, and then wait until exactly after the event has been processed (just...
Alexandre Iline
alexandre.iline@...
Dec 4, 2002 5:23 pm
46
Hey Alexandre, ... You're right, which is why we flush the event queue. In our experience this has been good enough. The one exception is windows opening and...
Okay Timothy, here goes :) ... threading, since queue operations so often use locks. I agree ... that's pretty much what we do - we plug into the event queue...
... In Pounder, I identify windows by the order of their appearance. First window is 0, second is 1, etc. This scheme doesn't depend on titles, and as far as...
... All right, that's closer. :) It's not a panacea, though. Additional events posting could be postponed due to listener activity. For example, something...
Alexandre Iline
alexandre.iline@...
Dec 5, 2002 2:25 am
50
... tools advantages and drawbacks. btw, this thread is good. I'm learning a lot about how other tools out there are doing things, and that's what this...
... That was one of the goals, and I'm also happy to see the discussion. Usually a given project is focused towards meeting certain internal goals and can be...
I need to test an applet. It's big with many screens. It uses the Sun Java plug-in and makes heavy use of Swing. It usually is used in Internet Explorer and...
Why do you think it won't run outside Explorer? I have been working on a similar applet and, for development, we run it in Intellij's Idea most of the time....
... Part of the team I work with tests the Java plug-in & JaWS .. We have begun using Jemmy for a lot of the testing. It's working great and the people love...