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@...
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 ...
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...
... 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 ...
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@...
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...
... 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...
... Please ... you ... calls ... button1 ... button1 ... the ... does ... hello david, what i mean is that.. i have individual button and i know how to test....
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...
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...
... Have you tried that or just worrying beforehand? I think it is the default that whenever needed scrollbars will automatically appear. use component's...
... 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...
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@...
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...
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...
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...
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...
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,...
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...
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...
... 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...
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...