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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1311 - 1341 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1311
We are currently evaluating automated test options and it seems like our two leading options are jfcunit and abbot. I would like to know people's experiences...
hebro
Offline Send Email
Jun 6, 2005
3:19 pm
1312
Dave, Did you look at Marathon (http://marathonman.sf.net) also? Thanks and Regards KD ... -- Dakshinamurthy Karra (http://xperiencingagility.blogspot.com)...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Jun 7, 2005
11:16 am
1313
http://www.eclipsepowered.org/archives/2005/06/06/apple-and-eclipse/...
Thomas L Roche
tlroche
Offline Send Email
Jun 8, 2005
6:38 pm
1314
Hi Friends I am new to this group. i got this mailing group id from sourceforge site. We are using marathon for Automation testing. I want to make some changes...
Jins Thomas
hellojins
Offline Send Email
Jun 9, 2005
2:43 pm
1315
You dont need to do any compilation. Your modifications will be available immediately. BTW, what modifications are you doing? Thanks and Regards KD ... -- ...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Jun 10, 2005
1:56 pm
1316
would you be able to give me some feedback as to your experiences with marathon? we are trying to get some input as to the pros and cons people have already...
hebro
Offline Send Email
Jun 10, 2005
1:57 pm
1318
Don't know why I didn't see this before, but I'm glad it's there and intend to contribute: http://wiki.java.net/bin/view/Javapedia/TestingGUIApplications...
Thomas L Roche
tlroche
Offline Send Email
Jun 23, 2005
3:23 pm
1319
I'm trying to draft a paper on developer testing, especially WRT * functional/GUI testing * developer testing practices in the industry (as opposed to products...
Thomas L Roche
tlroche
Offline Send Email
Jun 23, 2005
3:27 pm
1320
This is, definitely, not the right forum for this kind of question. I forwarded it to jemmy-users. Shura....
shura
alexandre.iline@...
Send Email
Jun 23, 2005
5:00 pm
1321
I meant "the newer Jemmy usage article" question. Shura....
shura
alexandre.iline@...
Send Email
Jun 23, 2005
5:04 pm
1322
We have a java application that prints data to a PDF and then opens the PDF in Acrobat. Is there any automated system that can handle testing what appears in...
hebro
Offline Send Email
Jun 23, 2005
6:03 pm
1323
First, determine what exactly you're testing. * correctness of data output, i.e. is it valid PDF? * correctness of PDF output, i.e. is what is encoded in the...
twall
timothyrwall
Offline Send Email
Jun 23, 2005
6:34 pm
1324
... Perhaps you should have a look at canoo webtest : http://webtest.canoo.com/manual/syntaxPDF.html -- Sebastien Mathy...
Sébastien Mathy
sebastien_mathy
Offline Send Email
Jun 24, 2005
11:42 am
1325
Hi I m using xde tester for gui testing Can any one suggest how can I verify color of any object Object color is dynamically change at run time and I m unable...
sunil palod
sunil2779
Offline Send Email
Jun 24, 2005
11:44 am
1326
Hi, we are woking on a eclipse based IDE. I want to measure performance for the IDE with respect to end user experiance. i.e Some UI actions and then recording...
sudhakar k
k_sudhak
Offline Send Email
Jul 4, 2005
12:20 pm
1327
Eclipse 3.1 supports performance monitoring. ... <http://download.eclipse.org/eclipse/downloads/drops/R-3.1-200506271435/eclipse-news-part1.html> -= Mat...
Mat Gessel
matgessel
Offline Send Email
Jul 4, 2005
6:45 pm
1328
... I'm glad you're interested in contributing to that article. I had sent a notice to this group when I wrote it. ... FWIW, The Java SQE team @ Sun (of which...
David Herron
reikiman
Offline Send Email
Jul 6, 2005
3:54 pm
1329
Tom Roche Thu, 23 Jun 2005 11:23:37 -0400 ... David Herron Wed, 6 Jul 2005 08:54:16 -0700 ... Thanks for the reminder, some additions made. Tom Roche Thu, 23...
Thomas L Roche
tlroche
Offline Send Email
Jul 7, 2005
2:23 pm
1330
Could you pls tel me the difference in testing between a normal text box and a Jtext box?...
thereji1973
Offline Send Email
Jul 13, 2005
8:13 pm
1331
There is a JTextArea in the Java API? Yet, I'm unaware of a JTextBox. I always use the API to determine what new functionality has been provided, and then...
Forsberg, Mike
bigmike_amd
Offline Send Email
Jul 15, 2005
8:25 pm
1332
Anyone has use this tool ? Your comment about it ? Thanks https://swingunit.dev.java.net/...
ducthanhcanada
Offline Send Email
Jul 27, 2005
6:09 pm
1333
http://weblogs.java.net/blog/robogeek/archive/2005/07/accessibility_f.html ... OK, so who's doing that ?-)...
Thomas L Roche
tlroche
Offline Send Email
Jul 28, 2005
7:47 pm
1334
Tom Roche Thu, 23 Jun 2005 11:27:28 -0400 ... http://developers.sun.com/prodtech/javatools/jsstandard/reference/techart/JemmyJelly.html and now I can't even...
Thomas L Roche
tlroche
Offline Send Email
Jul 28, 2005
7:51 pm
1335
... Actually, this Java "agent" support is already built into AWT and Swing components. I have no experience with SWT to make any similar statement. Most...
Carl Nagle
sascanagl
Offline Send Email
Jul 28, 2005
8:29 pm
1336
... Unfortunately, that's utterly the wrong direction for automation. The UI is *not* the language to use for automation; rather, it should be simply one...
Timothy Wall
timothyrwall
Offline Send Email
Jul 28, 2005
9:30 pm
1337
... We are currently working on an article like this. Hold on. Shura....
shura
alexandre.iline@...
Send Email
Jul 29, 2005
6:30 am
1338
http://weblogs.java.net/blog/robogeek/archive/2005/07/accessibility_f.html ... <big snip> ... Carl Nagle Thu, 28 Jul 2005 16:27:28 -0400 ... <big snip> ... ...
Thomas L Roche
tlroche
Offline Send Email
Jul 29, 2005
3:44 pm
1339
http://weblogs.java.net/blog/robogeek/archive/2005/07/accessibility_f.html ... One of the advantages of our SAFS test "agent" insertion into every JVM is that...
Carl Nagle
sascanagl
Offline Send Email
Jul 29, 2005
6:22 pm
1340
I can't see marathon working.. I've the Support folder in the right place. And the marathon variable set. Can anyone help me? ...
paolo freuli
pfreuli
Offline Send Email
Jul 29, 2005
10:51 pm
1341
I have trouble with the following versions of marathon (0.80- 0.90a). I have my MARATHON_HOME set, and the Support folder in Marathon folder.. Can anyone help...
paolo freuli
pfreuli
Offline Send Email
Jul 29, 2005
10:51 pm
Messages 1311 - 1341 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