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 1349 - 1378 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1349
Dakshinamurthy Karra <technovator@...> wrote:Can you check the JRE/JDK version. Marathon works with Java 1.4+. Try out the sampleapp that is provided...
paolo freuli
pfreuli
Offline Send Email
Aug 1, 2005
12:19 pm
1350
https://bugs.eclipse.org/bugs/show_bug.cgi?id=84624#c0...
Thomas L Roche
tlroche
Offline Send Email
Aug 1, 2005
1:59 pm
1351
David Herron Sat Jul 30, 2005 3:40 pm ... So what else is new ?-) <sigh/> FWIW I slog away out here evangelizing the goodness of developer-time GUI testing:...
Thomas L Roche
tlroche
Offline Send Email
Aug 2, 2005
2:34 pm
1352
[Thomas L Roche: ... how would you proceed? And how could outsiders push to get this functionality in JSE? ] Perhaps a review of the intent of the Java...
Carl Nagle
sascanagl
Offline Send Email
Aug 2, 2005
2:54 pm
1353
You can have a look at marathon - http://marathonman.sf.net. The framework is based on Java accessibility toolkit. Thanks and Regards KD ... -- Dakshinamurthy...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Aug 2, 2005
4:52 pm
1354
... Well, Carl mentioned the Accessibility Bridge .. which I'll get to in a minute. What I've been thinking is the JDIC might be a good vehicle, as JDIC is all...
David Herron
reikiman
Offline Send Email
Aug 4, 2005
4:20 am
1355
... You can look at the code ;-). Seriously, only user documentation is prepared and no technical documentation exists for Marathon. Hopefully, if I get some...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Aug 4, 2005
10:59 am
1356
... Carl reiterates: If this two-way street does not already exist in the Java Accessibility Bridge, then perhaps the API or definition of this Bridge needs to...
Carl Nagle
sascanagl
Offline Send Email
Aug 4, 2005
1:39 pm
1357
David Herron Sat Jul 30, 2005 3:40 pm ... FWIW lotsa Rational Developer developer-test scenarios are like launch test workbench; do { trigger wizard; automate...
Thomas L Roche
tlroche
Offline Send Email
Aug 4, 2005
11:40 pm
1358
From a conversation started within a bug report... (This bug report's context includes an event listener which would print to System.out when triggered. the...
Timothy Wall
timothyrwall
Offline Send Email
Aug 5, 2005
12:45 pm
1359
FWIW, solving this problem is one of the driving forces behind the SAFSDEV project. ... The SAFSDEV project defines the high-level concepts (keywords): ...
Carl Nagle
sascanagl
Offline Send Email
Aug 5, 2005
2:14 pm
1360
FYI. The following message was sent to the Workgroup Chair and all Sun Accessibility representatives participating in the Free Standards Group Accessibility...
Carl Nagle
sascanagl
Offline Send Email
Aug 5, 2005
3:48 pm
1361
Hi, I am evaluating a test tool for java application on Linux platform. I found qftestJUI & Eggplant for functionality testing. I feel that these tools has...
adarsh_7
Offline Send Email
Aug 19, 2005
4:26 pm
1362
adarsh, i used qftestJUI for a couple of years for testing a complex swing application. (very little image comparison, though) i know it is developed on linux,...
Scott Symmank
scott_symmank
Offline Send Email
Aug 19, 2005
8:45 pm
1363
Could anyone tell me the differences and main strengths and weaknesses of both Abbot and Rational XDE Tester? Aidy...
aidy
aidy1us
Offline Send Email
Aug 27, 2005
3:36 pm
1364
adrian.rutter Sat, 27 Aug 2005 15:36:01 -0000 ... Note that * Rational XDE Tester is no longer available, it's now Rational Functional Tester * I am not an RFT...
Thomas L Roche
tlroche
Offline Send Email
Aug 28, 2005
5:24 pm
1365
In addition to Tom's comments on IBM Rational Functional Tester (FT): FT also has support for HTML client testing, some WIN32 Windows, and .NET Windows and...
Carl Nagle
sascanagl
Offline Send Email
Aug 29, 2005
1:52 pm
1366
Hi Guys I'm new to Java GUI programming and am working on a medium sized application in Swing using JBuilder. I'm struggling with how I should organise my...
Jonathan Soong
brunatexan
Offline Send Email
Aug 30, 2005
11:17 am
1367
I generally follow the organization of pattern, and or styles of the code I'm trying to implement. For instance a MVC would be a high level three class system...
Forsberg, Mike
bigmike_amd
Offline Send Email
Aug 30, 2005
4:31 pm
1368
Hi Adarsh You may laso consider many open source variants for GUI testing. like Marathon Jacareto etc Thanks ... Anjan Bhushan http://www.qualityassurance.in...
bhushan_anjan
Offline Send Email
Sep 2, 2005
12:37 am
1369
TPTP==Eclipse Test and Performance Tools Platform http://www.eclipse.org/tptp/ http://www.eclipse.org/tptp/test/documents/userguides/Intro-Auto-GUI.html ...
Thomas L Roche
tlroche
Offline Send Email
Sep 9, 2005
5:22 pm
1370
Hi everyone, I have downloaded Marathon but facing the problem of running it. When i used the bat file the message dialog box will display the following ...
Upeksha
kandy_upo
Offline Send Email
Sep 9, 2005
5:50 pm
1371
I believe, and I have heard several variants of, the statement that developer-test automation efforts are often abandoned because GUIs make up a significant...
Thomas L Roche
tlroche
Offline Send Email
Sep 9, 2005
8:07 pm
1372
That's an interesting point. I could probably collect something like that from my team. I have collected a table showing component area (of Java) # of tests ...
David Herron
reikiman
Offline Send Email
Sep 9, 2005
10:06 pm
1373
Sounds like it's already done :) At any rate, costello.swt and TPTP record/play should be the same thing. Don't know if they're interested, though. The...
Timothy Wall
timothyrwall
Offline Send Email
Sep 9, 2005
10:19 pm
1374
I've got a client/server setup where the client side (majority UI code) exceeds the server side in LOC. I think one reason that real world code is so far from...
Timothy Wall
timothyrwall
Offline Send Email
Sep 9, 2005
10:24 pm
1375
Hello people. We noticed a regression in a recent Mustang build which is likely to cause problems with GUI automation tools. I'd like y'all to check whether...
David Herron
reikiman
Offline Send Email
Sep 9, 2005
11:29 pm
1376
BTW, the fix I referred to here should have been integrated with build 50 which is the latest one posted. - David Herron, energy healer, http://peaceguide.com/...
David Herron
reikiman
Offline Send Email
Sep 10, 2005
1:45 am
1377
Hi All, Iam evaluating java unit test tool for our java swing application. Can anyone provide me the evaluation process/parameters that need to be considered...
adarsh_7
Offline Send Email
Sep 15, 2005
4:46 pm
1378
From: "Susan Davis" <sue@...> Date: Thu, 15 Sep 2005 15:12:40 -0400 To: platform-swt-dev@... Subject: RE: [platform-swt-dev] Re: how to...
Thomas L Roche
tlroche
Offline Send Email
Sep 16, 2005
4:10 pm
Messages 1349 - 1378 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