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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 1299 - 1329 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1299
if you have swing/awt guis, you might want to check out qftestJUI (www.qfs.de). it is not free, but priced very reasonable, and for swing/awt it will...
schackmannj
Offline Send Email
May 2, 2005
9:47 am
1300
you might want to check out qftestJUI (www.qfs.de). qftestJUI does support custom components in two ways: - Custom components are treated similar to instances...
schackmannj
Offline Send Email
May 2, 2005
10:08 am
1301
Hi, Can any one of you clarify me, what's the different between junit & httpunit? Which one is advicable?? Thanks jeanlazarou@... wrote: I just wrote...
Vasanthi L
lr_vasanthi
Offline Send Email
May 2, 2005
2:30 pm
1302
Hi, Very quickly junit is the base of most testing frameworks, httpunit needs juni to run. junit is used to create Test(s) and TestSuite(s) using...
jeanlazarou@...
jeanlazarou
Offline Send Email
May 2, 2005
7:24 pm
1303
HttpUnit A framework for accessing websites from a Java program, with support for following links, submitting forms, handling cookies, and many other browser...
elate anil
elateanil
Offline Send Email
May 4, 2005
10:39 am
1304
http://atomicobject.com/haste/ http://atomicobject.com/media/files/Haste.pdf...
Thomas L Roche
tlroche
Offline Send Email
May 4, 2005
8:56 pm
1305
Hi, I have looked into the tool "marathon". But it is not testing SWT applications. Can anyone suggest an automated testing tool to test SWT applications.? ...
Sonali Sameer Mane
sonalibirari
Offline Send Email
May 6, 2005
10:32 am
1306
Hi, Can anyone suggest any automated tool for testing specifically SWT applications ? Marathon doesnt work. Thanks,, Sonali...
Sonali Sameer Mane
sonalibirari
Offline Send Email
May 6, 2005
10:32 am
1307
Hi Pls try Abbot for swt...................but it is just like Jemmy library.............so we have to use it to automate the testing of GUI developed in SWT. ...
pavanesh netrakar
pavanesh.netrakar@...
Send Email
May 6, 2005
2:01 pm
1308
Sonali Sameer Mane Fri, 06 May 2005 08:40:10 -0000 ... AFAIK the only tools that currently automate SWT are RFT ...
Thomas L Roche
tlroche
Offline Send Email
May 6, 2005
2:33 pm
1309
When I was trying to unit test SWT I ended up doing extract method on as much code as I could to get the code out of the events and then having the tests call...
Jeff Waltzer
jeffwaltzer
Offline Send Email
May 6, 2005
11:43 pm
1310
Hi, I downloaded the jfcUnit_2.08.zip from the site. I started looking at xml recordig and replay scenario. So I created a project pointing to swingset demo in...
amita_mishra2001
amita_mishra...
Offline Send Email
May 18, 2005
11:56 am
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
Messages 1299 - 1329 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