Search the web
Sign In
New User? Sign Up
uispec4j
? 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 108 - 137 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
108
I've upgraded to 0.12 and switched to using UIspecTestCase.setAdapter(). And I'm still getting this issue. Is there way to turn on debugging for uispec4j? ... ...
davout_1805
Offline Send Email
Sep 3, 2005
1:48 am
109
Hi "davout_1805", ... No, there is no debugging mode for UISpec4J. What kind of information would you like to have? ... Then how do you display your...
Regis Medina
regis_medina
Offline Send Email
Sep 4, 2005
9:19 pm
110
... code I ... oops. Actually I make a call to setVisible(true) on a subclass of JFrame. I now see that setVisible() is a replacement for the deprecated show....
davout_1805
Offline Send Email
Sep 5, 2005
4:40 am
111
I'm using the Spring framework to wire up my controllers/views/models via a Spring Application Context. I wonder if the way I'm doing that is causing a...
davout_1805
Offline Send Email
Sep 5, 2005
4:45 am
112
Hi Nascif, ... We have had the same problem today, we can now investigate the issue in our own environment. I will come back to you as soon as we have a fix. ...
Regis Medina
regis_medina
Offline Send Email
Sep 5, 2005
6:37 pm
113
Hi Regis, Great new (in a odd kind of way! :-) I will hold on to the latest version and then and wait for the one with a fix for this problem. BTW, I had...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 6, 2005
1:46 pm
114
... One idea would be, when UISpec4J "finds" a component, which criteria was used to find it. Was it a name match, a content or other?...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 6, 2005
2:26 pm
115
Just to reinforce the idea... I am writing tests that use a UI framework I do not control, and a lot of the components don't have the "name" property set. So...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 6, 2005
4:03 pm
116
Hi Regis, I searched the source code and it looks like the only place where getDescription is called is to get more information to a debug method: ...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 6, 2005
6:03 pm
117
Just for completeness, replacing okButton.click(); With MessageBoxInterceptor .init(okButton.triggerClick()) .select(MessageBoxInterceptor.YES); In my example...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 6, 2005
6:49 pm
118
Hi Nascif, Thanks for you input. I have fixed the bug, I will publish release 0.13 very soon so that you can get it. Regards, Régis....
Regis Medina
regis_medina
Offline Send Email
Sep 6, 2005
8:19 pm
119
Great news! Sorry for the flurry of messages today :-) Thanks, Nascif...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 6, 2005
8:21 pm
120
Hi, UISpec4J 0.13 is now available - this is a maintenance delivery, since it only contains a bugfix. You will find the change log for this release here: ...
Regis Medina
regis_medina
Offline Send Email
Sep 6, 2005
9:29 pm
121
Regis, I don't know what you did in version 0.13, but what ever it was, it also fixed my problem. Thanks! ... since it...
davout_1805
Offline Send Email
Sep 8, 2005
12:28 am
122
Hi Nacif, I agree with you: UISpec should definitely provide the user with a mean to know the component search strategy and even to customize it! I suggest we...
Pascal
pratmartyp
Offline Send Email
Sep 8, 2005
9:28 pm
123
Hi Pascal, ________________________________ From: uispec4j@yahoogroups.com [mailto:uispec4j@yahoogroups.com] On Behalf Of Pascal Sent: Thursday, September 08,...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 9, 2005
7:06 pm
124
Hi Nascif and Pascal, ... Unit testing is what most of our users will probably do right now, but our ultimate goal with this project is rather acceptance...
Regis Medina
regis_medina
Offline Send Email
Sep 9, 2005
8:29 pm
125
Hi all, ... I think non-developers would rather use a more high-level tool, like the capture/replay tools out there. To use UISpec4J one has to know Java, an...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 9, 2005
9:25 pm
126
Nascif, ... You're right, "non-developer" is probably a little too much. Let's say a tester or a basic script-level developer instead of a full-fledged ...
Regis Medina
regis_medina
Offline Send Email
Sep 9, 2005
9:55 pm
127
Hi Regis and Nacif, I aknowledge that the regexp ComponentMatcher has been introduced too early and that the default search mechanism should then stop using...
pratmartyp
Offline Send Email
Sep 10, 2005
6:13 pm
128
Hi all, I am writing tests for a component developed by another group, which uses a Jbutton with *no* text, just an icon. I ended up writing the following code...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 20, 2005
2:50 am
129
Hi Nascif, ... Thanks for your example. We are going to do something about the search mechanism in the next few weeks, and your example is a valuable input. ...
Regis Medina
regis_medina
Offline Send Email
Sep 20, 2005
9:15 pm
130
Hi Regis, ... Hmm, good question. I think it could be an extra argument to the getXYZ methods, since I doubt they would be generic. Usually you just need a...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Sep 21, 2005
1:18 am
131
Hi, I am working on issue https://uispec4j.dev.java.net/issues/show_bug.cgi?id=44: JComboBox components are mostly used to display text as JLabel or...
pascal
pratmartyp
Offline Send Email
Oct 2, 2005
5:35 pm
132
Hi Pascal, ... That sounds strange at first, but why not... I do agree that a ComboBox is a kind of text component. ... I do. ... That would be for the text...
Regis Medina
regis_medina
Offline Send Email
Oct 3, 2005
8:16 pm
133
Hi Régis, ... The more I am thinking about it, the more puzzled I feel, because the managed items are of type Object, not String... My understanding is that...
pascal
pratmartyp
Offline Send Email
Oct 4, 2005
7:13 pm
134
Hi, UISpec4J 0.14 is now available. Window interception mechanism has been improved. You will find the change log for this release here: ...
Sébastien Crego
scrego
Offline Send Email
Oct 17, 2005
10:44 pm
135
Hi, In a former thread, Nascif and Regis pointed out that the Panel API could be enhanced, since users have no way to customize a criterion for finding ...
pascal
pratmartyp
Offline Send Email
Nov 17, 2005
10:55 pm
136
Hi Pascal, Call me greedy, but I think we need all three! More below: ________________________________ From: uispec4j@yahoogroups.com...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Nov 18, 2005
4:09 am
137
Hi Nascif, I confirm you are a greedy person ;o) Unfortunately two more problems are in the way now: 1/ 'get' against 'find' methods In our convention, when no...
pascal
pratmartyp
Offline Send Email
Nov 18, 2005
7:32 pm
Messages 108 - 137 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