Search the web
Sign In
New User? Sign Up
uispec4j
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 466 - 495 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
466
Hi, I need to press Return/Enter in a dialog on whatever component has currently got focus. How would I do that in UISpec4J? - Mike...
allstarenterprises1
allstarenter...
Offline Send Email
May 7, 2009
6:30 am
467
Hi Mike, UIspec4J provides the API 'pressKey(Key)' for TestBox and ListBox components. If you want to press a key on other types of components, you should use ...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 7, 2009
6:50 am
468
Hi Pascal, Is there anyway to get the component that currently has focus? To test normal user behaviour I want to send the key to that component, without...
allstarenterprises1
allstarenter...
Offline Send Email
May 8, 2009
6:54 am
469
Hi Michael, As you know, UISpec4J does not display the GUI (first because no human can verify the display at light speed, but also for performance reasons) As...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 8, 2009
8:52 pm
470
Hi, My application is in Java Swings and I would like to do automated testing for the same. I would like to know -- 1. Can UISpec4j be used for automated...
ankita.chaubey
Offline Send Email
May 20, 2009
8:26 pm
471
Hi Ankita, I'll try to answer your questions, but highly encourage you to discover the library in more details through the official web site...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 21, 2009
10:59 pm
472
Hi !! First of all, thanks you for your test library which is very usefull. At this time, i'm testing a big MMI with your library. Everything goes well. ...
java140585
Offline Send Email
Jun 1, 2009
1:42 pm
473
Hi, Thanks a lot for your warm support! In the case of a MDI application, the method 'getMainWindow' gives access to the main frame. From there, use...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 1, 2009
5:59 pm
474
I have an OrderEntry class as: public class OrderEntry implements ActionListener, PropertyChangeListener { private static final Log LOG =...
gjaya26
Offline Send Email
Jun 1, 2009
9:08 pm
475
Hi, thank you for your help. I try the method you gave but it doesn't work. I've the message : "No component of type Destock found" It's normal because the...
java140585
Offline Send Email
Jun 2, 2009
1:23 pm
476
Hi, ... If it's not an MDI application, you can use the following AWT method: Frame[] Frame.getFrames() which will return all the top-level frames owned by...
Regis Medina
regis_medina
Offline Send Email
Jun 2, 2009
1:29 pm
477
I have been having some issues with the FileChooserHandler. Below is the error trace and some code that replicates the issue. I have seen it both on Windows...
jvanhill2
Offline Send Email
Jun 2, 2009
5:00 pm
478
Hi Jayashree, UISpec4J is aimed at interacting and checking contents of actual UI components. The OrderEntry class being an Event Listener, I presume it is...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 3, 2009
9:41 pm
479
Hello, It looks like there is indeed a weird behavior here. On the other hand, the following test should pass: public void testCancelSelection() throws...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 3, 2009
11:28 pm
480
Thank you so much...i will try this out and will keep you posted. Thank you, Jayashree....
gjaya26
Offline Send Email
Jun 6, 2009
7:32 am
481
My last response must have either gotten lost or I messed up with the post, so I will post again. Your test does indeed work, however, the code I need to test...
jvanhill2
Offline Send Email
Jun 6, 2009
7:32 am
482
Hi, I'm new to the UISpec4J framework, and I've been enjoying it so far, but I've run into a problem I can't figure out... I have a table in which each cell...
Bassam Islam
bassamislam78
Offline Send Email
Jun 6, 2009
7:32 am
483
Hi Bassam, ... There's nothing wrong in your code as far as I can see. In your production code, what is the event that actually applies the change to your data...
Regis Medina
regis_medina
Offline Send Email
Jun 6, 2009
7:46 am
484
Hi, Indeed, the FileChooserHandler.titleEquals() currently behaves correctly only if the title has been customized (cal to JFileChooser.setDialogTitle()). ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 6, 2009
5:33 pm
485
Hi Pascal, I had this problem too. Perhaps the sample in the API should be changed to avoid confusion? ...
allstarenterprises1
allstarenter...
Offline Send Email
Jun 9, 2009
6:05 am
486
Hi, it's ok ! thanks you very much...
java140585
Offline Send Email
Jun 9, 2009
6:05 am
487
Hi, I'm having a very strange problem with a FileChooser dialog. With the following code: WindowInterceptor.init(menuBar.getMenu( "Script").getSubMenu("Run...
allstarenterprises1
allstarenter...
Offline Send Email
Jun 9, 2009
6:05 am
488
Hi, I tried out your suggestion. Your suggestion works, if my class extends any component, however, it does not work with the OrderEntry. I tried out - ...
gjaya26
Offline Send Email
Jun 9, 2009
6:06 am
489
Sorry I wanted to reply my previous post, but it hasn't appeared yet. The reason the dialog was appearing was because the dialog was awt and not swing. ...
allstarenterprises1
allstarenter...
Offline Send Email
Jun 9, 2009
6:06 am
490
Dear UISpec4J users, After some additional testing on the various 2.0 Release Candidates, we are happy to announce the release of UISpec4J 2.0: ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
10:35 pm
491
Thanks for noticing this Mike!We will change the API doc accordingly. Cheers, Pascal 2009/6/9 allstarenterprises1 <allstarenterprises@...> ... -- A+ -...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
10:37 pm
492
Hi, This (not very user-friendly) result suggests that your application triggers the opening of a new window if the user selects a file and clicks the OK ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
11:07 pm
493
Hi Jayashree, I am not sure I do understand your issue. 'myPanel' is an instance of the UISpec4J Panel class, so you should have the API for accessing your...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 9, 2009
11:19 pm
494
Hi, ... Are you sure that UISpec4J.init() is being called early enough in your test? I don't think that once the UISpec4J toolkit is installed it is possible...
Regis Medina
regis_medina
Offline Send Email
Jun 10, 2009
8:43 am
495
Hi Pascal, Here is the code - public JPanel createPanel() { JPanel main = new JPanel(new GridLayout(3,1)); //Top Panel JPanel o = new JPanel(new FlowLayout());...
gjaya26
Offline Send Email
Jun 10, 2009
3:13 pm
Messages 466 - 495 of 610   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