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 1013 - 1045 of 1683   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1013
Hi, I am trying to automate testing of my Java-SWT application. I am facing problem with components like TabFolder, Table, Tree etc. The methods like...
Pankaj Shinde
pankaj.shinde@...
Send Email
Jul 1, 2004
11:49 am
1014
Only from reading. If I am incorrect, I apologize, just seems that if Abbot or Pounder were that much better they would have more of the spotlight from the ...
Kevin Duffey
supreme_java...
Online Now Send Email
Jul 1, 2004
3:58 pm
1015
Hi, The way I am looking for the JTabbedPane ( I assumed it's JTabbedPane) is by setting name for it. Then have a Matcher look for the JTabbedPane with that...
Jessica Pham
phamj5282
Offline Send Email
Jul 1, 2004
4:20 pm
1016
... the best you can do is speak from your own perspective. No need to apologize. ... I'm sure if you asked the NetBeans folks they'd tell you most people ...
Timothy Wall
timothyrwall
Offline Send Email
Jul 1, 2004
4:41 pm
1017
Hi, This is SWT Application (SWT is IBM version of AWT/Swing) - bit different from Swing. The method actionClick() works properly for Buttons and Menubars but...
Pankaj Shinde
pankaj.shinde@...
Send Email
Jul 2, 2004
11:11 am
1018
Thanks for all the information on what i should use. I have started to use JFCUnit tests, but am wondering if there is a way for me to choose an option out of...
l_pelton
Offline Send Email
Jul 2, 2004
4:19 pm
1019
Never mind, i found the answer. for all you who need to know, use JMenuItemFinder and JMenuMouseEventData....
l_pelton
Offline Send Email
Jul 2, 2004
9:34 pm
1020
How do i find and click on the 1st button in a array JButton? Please provide an example! I am currently using jfcUnit. Thanks!...
judy_chua27
Offline Send Email
Jul 3, 2004
2:39 am
1021
... What's important is the Component hierarchy, so I'm not sure what you mean by "array of JButton". If you use Container.getComponents that gives you a list...
David Herron
reikiman
Offline Send Email
Jul 4, 2004
12:29 am
1023
... Please ... you ... calls ... button1 ... button1 ... the ... does ... hello david, what i mean is that.. i have individual button and i know how to test....
judy_chua27
Offline Send Email
Jul 5, 2004
2:24 am
1024
I have to show some text on window. I have to scroll or make some other transition to show the rest of the text when it does not fit in that window. How can I...
shehab_sust
Online Now Send Email
Jul 5, 2004
2:21 pm
1025
I have a project this year. For this I have to scroll some text automatically from the program itself or show the text page by page automatically. I want to...
shehab_sust
Online Now Send Email
Jul 5, 2004
2:21 pm
1026
... Have you tried that or just worrying beforehand? I think it is the default that whenever needed scrollbars will automatically appear. use component's...
V S Rawat
vsrawat1
Offline Send Email
Jul 5, 2004
5:30 pm
1027
... OK, so you are using swing. not clear. Could you post that part of your code where this is happening. otherwise, you can add a useless loop doing long...
V S Rawat
vsrawat1
Offline Send Email
Jul 5, 2004
5:30 pm
1028
Try using Thread.sleep(1000); for inserting delays in between 2 operations.. With Regards, Pankaj ... From: shehab_sust [mailto:shehab_sust@...] Sent:...
Pankaj Shinde
pankaj.shinde@...
Send Email
Jul 6, 2004
6:08 am
1029
hi, can i do this to find and click on the 1st icon of an array JButton? And there is an error under the findNamedComponent 1st parameter "JButton.class". what...
judy_chua27
Offline Send Email
Jul 6, 2004
8:00 am
1030
... JButton? ... m_abutInstruments); ... oh ya... this is the error: inconvertible types;found : java.awt.Component,required: javax.swing.JButton[]...
judy_chua27
Offline Send Email
Jul 6, 2004
8:02 am
1031
... different from Swing. The method actionClick() works properly for Buttons and Menubars but not for TabFolder, tree and Table components. ... ...
mceuenibm
Offline Send Email
Jul 6, 2004
6:47 pm
1032
First of all, you have to ask yourself, "what am I testing by performing action X 100 times?" Are you trying to simulate 100 simultaneous users? Do you have...
Timothy Wall
timothyrwall
Offline Send Email
Jul 7, 2004
1:35 pm
1034
I want to know the best tool around 4 testing java gui application. My head say's there is sumthing better than winrunner and loadrunner. Plz help me out...
theinventor_presi
theinventor_...
Offline Send Email
Jul 10, 2004
7:43 am
1035
What test you want to conduct ... __________________________________ Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish. ...
gupta anil
anilguptab
Offline Send Email
Jul 10, 2004
5:37 pm
1036
Hello friend, Ramki here, please send some FAQ on Load Runner . bye gupta anil <anilguptab@...> wrote: What test you want to conduct ... ...
radha krishna
dasaripally
Offline Send Email
Jul 10, 2004
5:43 pm
1037
A bright, creative mind that can understand and assess areas of risk in the UI of an application, and prioritize areas of testing according to the resources...
Timothy Wall
timothyrwall
Offline Send Email
Jul 10, 2004
6:34 pm
1038
http://maven.apache.org/reference/plugins/abbot/ ... The plugin can be installed from Maven via (on a single line--following broken for mail) maven...
Thomas L Roche
tlroche
Offline Send Email
Jul 10, 2004
11:04 pm
1039
Can someone provide, or point me toward, suggestions for debugging when one's controls are just not showing? What I mean: I recently inherited a wizard page,...
Thomas L Roche
tlroche
Offline Send Email
Jul 10, 2004
11:23 pm
1040
I am currently using JFCUnit with XML. Its pretty decent, but you need to get a hang of it. The recording feature in it makes life very easy. but XML script...
Kalyan Bemalkhedkar
kchamp21
Offline Send Email
Jul 11, 2004
12:48 pm
1041
Hi All, Is there a way to write to the event viewer in Java. Can someone please advice. Thanks a lot, Chintan...
chintan_1977
Offline Send Email
Jul 11, 2004
12:53 pm
1042
chintan_1977 Sun Jul 11, 2004 12:53 pm ... What do you mean, "event viewer"? (And, while yr at it, you could be more explicit about "write to.") Do you want...
Thomas L Roche
tlroche
Offline Send Email
Jul 11, 2004
10:40 pm
1044
... You did not mention 2.x of what, I am going to assume it is Eclipse. ... Some things that might be to obvious to mention in your list: Are all parent...
samuel@...
saas2813
Offline Send Email
Jul 12, 2004
9:27 am
1045
anyone I am trying to use abbot to start up a java application that is started by webstart. Does anyone have any examples of how this can be done ? Thanks...
bubba_paulbear
Offline Send Email
Jul 13, 2004
2:42 pm
Messages 1013 - 1045 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