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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1492 - 1552 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1492
Hi all, I need to unit test my SWT application, that is, when I click a button it should popup a JFace dialog box, How to assert this using junit ? Thanks in...
jsetya
Offline Send Email
Apr 4, 2006
12:41 pm
1493
When I use the ˇ°capture all actionˇ± and make my application work with clicking some components,some times will appear following error, what is it mean?...
David
hqw0808
Offline Send Email
Apr 4, 2006
12:43 pm
1506
try using uispec4J API for dialog assertions. U can also use isvisible function of the dialog class i guess to check if the dialog is visible or not. correct...
Ashish S
ashankerdas
Online Now Send Email
Apr 12, 2006
11:38 am
1507
... Thanks for the suggestions, I've checked uispec4j and while promising it is used only to test Swing apps while mine is SWT apps. Setya ...
Djajadinata Setya
jsetya
Offline Send Email
Apr 23, 2006
12:23 am
1509
Hi folks, there has been some discussion about TPTP and Abbot. It seems that Eclipse team is really putting effort on TPTP, but I can't find much activity...
pehtoorismies
Offline Send Email
Apr 27, 2006
12:39 pm
1510
I am not sure if you asking for this.... See if it this is what you are looking for... probably you can start a thread which starts a ui thread which search...
Ajith V J
ajithvj
Offline Send Email
Apr 28, 2006
4:17 pm
1511
[Redirected from java-gui-testing to the appropriate group. Apologies for duplicates that get through] Application contains two screens 1) First Screen...
sivanani1980
Offline Send Email
May 23, 2006
8:31 am
1512
1)Record some script,then save the script,and click on Run will get the following error Error: Native Library C:\Documents and ...
sivanani1980
Offline Send Email
May 23, 2006
8:33 am
1513
Getting the following exception when clicked on save from the java file chooser Means if any of application contains save button if u click on save button then...
sivanani1980
Offline Send Email
May 23, 2006
8:34 am
1532
I've communicated with several commercial organizations, but they tend to be much more tight-lipped than those working on academic or open source projects....
Timothy Wall
timothyrwall
Offline Send Email
Jul 7, 2006
3:09 pm
1533
I was getting the same error in the same manner. I found that exiting Costello and restarting it, to run it just once, took care of the problem. Since I am a...
johnmaxa2001
Offline Send Email
Jul 7, 2006
8:05 pm
1534
Hi, This might all be old news, but I just stumbled across a tool and research paper that were quite interesting to me. They seem relevant to the list. - Curt...
coxcu
Offline Send Email
Jul 7, 2006
8:12 pm
1535
When I attempt to launch my application under test via Test->Launch, I'm getting the Unsupported major.minor version 49.0 error. I'm attempting to test an...
bbucher2002
Offline Send Email
Jul 25, 2006
11:27 pm
1536
Here's a short article on how to run UI tests when you don't have a separate, dedicated machine for doing so, and you still want to be able to use your local...
Timothy Wall
timothyrwall
Offline Send Email
Aug 4, 2006
4:11 pm
1537
The classes are 1.5 classes. But your JRE is 1.4 or lower ... From: "bbucher2002" <bbucher2002@...> To: <java-gui-testing@yahoogroups.com> Sent: Tuesday,...
Christian Chua
christianchua
Offline Send Email
Aug 4, 2006
4:14 pm
1538
You need to also run the tests under Java 5. (49.0 is the version number of Java 5 class files.) You didn't tell us what tools you are using... Ilja...
Ilja Preuss
ipreussde
Offline Send Email
Aug 4, 2006
4:17 pm
1539
You're not using the same jdk for the test. Probably 1.4. Emi ... -- Emilian Bold +40 740235562 http://web.info.uvt.ro/~fierarul/typo3/ ...
Emilian Bold
infouvt
Offline Send Email
Aug 4, 2006
4:24 pm
1540
Hi All, We are planning to use Jemmy for Java GUI testing. The tutorial at http://jemmy.netbeans.org is too ambiguous to understand. Has anyone in this forum...
raj kumar
mpraj2001
Offline Send Email
Aug 16, 2006
6:19 pm
1541
It's quite simple. As far as I remember, you simply create an operator (such as a JButtonOperator) for the component you want, well operate, and then use it in...
Ilja Preuss
ipreussde
Offline Send Email
Aug 16, 2006
10:51 pm
1542
This question is replied on a more appropriate alias: users@... Shura....
shura
alexandre.iline@...
Send Email
Aug 17, 2006
4:55 am
1543
Hi, Are there any "j2me emulator gui automation" tool available? If anyone working or know any gui automation tool for j2me platform would be great. Thanks ...
amius
amius100
Offline Send Email
Aug 17, 2006
10:51 pm
1544
I'm looking for a Java testing tool that doesn't cost a fortune and gives us the following functionality: we would instrument some methods of some classes in...
Brian Leach
coolmoondog
Offline Send Email
Aug 28, 2006
1:45 pm
1545
... Hi Brian, Have you checked the archives? There should be several tools mentioned that fits your description pretty well. E.g. Abbot has recording and the...
samuel@...
saas2813
Online Now Send Email
Aug 28, 2006
2:27 pm
1546
From what I see, two types of requirements are mixed together: record/playback and code/data coverage. I could recommend Emma as a code coverage tool. It does...
Shura
alexandre.iline@...
Send Email
Aug 28, 2006
3:16 pm
1547
There is a document in the files section of this group comparing various tools - though a little outdated it should give you a good idea of what is available. ...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Aug 28, 2006
3:26 pm
1548
... I'm not aware of anything like that, but it sounds like the kind of thing AOP is suited for, so that might be a starting point. It's also the same...
Timothy Wall
timothyrwall
Offline Send Email
Aug 29, 2006
3:16 pm
1549
Greetings. After a gap of almost two years, I started actively working on Marathon again. I just made a new release (0.92) with improved stability (hopefully)...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Aug 29, 2006
8:47 pm
1550
May be you are in the wrong group ;-). There are places where testing from GUI is helpful. Quite a few of the testers I spoke to are uncomfortable with...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Aug 29, 2006
8:48 pm
1551
... Ha! The opposite: I am just for too long in this business. :) Everybody in this group needs to be aware of this document: "How to Successfully Automate the...
Shura
alexandre.iline@...
Send Email
Aug 29, 2006
11:58 pm
1552
Shura, Thanks for the link and your comments. I am generally referring to testing from GUI that will include record and replay. I was once involved in a big...
Dakshinamurthy Karra
kdmurthy2001
Offline Send Email
Aug 30, 2006
5:50 am
Messages 1492 - 1552 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