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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 143 - 173 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
143
The names for the collection operators are OK. How about a NegatedComponentMatcher to invert the result of a match? Then you will be covering all...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Dec 1, 2005
2:35 pm
144
OK for the NegatedComponentMatcher. I am confident the next Uispec4J load will be a huge step forward : - the Panel component finder API is clearer and allows...
pascal
pratmartyp
Offline Send Email
Dec 1, 2005
6:29 pm
145
Hello there, I'm currently working on a pc without web access. Could it be possible that you offer the API documentation in a downloadable zip file ? Etienne...
Etienne Charignon
ALCarrez
Offline Send Email
Dec 9, 2005
4:03 pm
146
Hi Etienne, ... OK. The uispec4j-0.14-doc.zip file is now available on our "download" page: http://www.uispec4j.org/download.html Cheers, Régis....
Regis Medina
regis_medina
Offline Send Email
Dec 9, 2005
9:40 pm
147
It's curious, when I ask Panel.assertBackgroundColor("white"), it returns true even though the color is "EEEEEE" which is grey. Actually, It depends if you...
Etienne Charignon
ALCarrez
Offline Send Email
Dec 16, 2005
3:02 pm
148
Hi Etienne, It is actually a (bad) side effect of our implementation that attempts to address the following issue: By checking that a given component should...
pascal
pratmartyp
Offline Send Email
Dec 16, 2005
8:02 pm
149
Hi Pascal, ... That's the kind of thing I was guessing. If you want your panel background to match exactly the white color, then you ... Thank you for that. I...
Etienne Charignon
ALCarrez
Offline Send Email
Dec 17, 2005
7:07 pm
151
Hi, UISpec4J 0.15 is now available: http://www.uispec4j.org/download.html This release brings two major evolutions: the ability to customize the component...
Regis Medina
regis_medina
Offline Send Email
Dec 29, 2005
10:57 pm
152
Salut, I don't know if you have a place some where for already proposed suggestions. Anyway, here is what I miss in the API. It could be very useful to have...
Etienne Charignon
ALCarrez
Offline Send Email
Jan 5, 2006
1:12 pm
153
Hi Etienne, ... What we have done in the past is registering issues in our issue tracker, but from my point of view just discussing it in this forum is fine. ...
Regis Medina
regis_medina
Offline Send Email
Jan 5, 2006
11:20 pm
154
Hello Regis, The trouble is that we can have delays in virtually all the assert methods ... The problem might be that the needed delay may be variable from...
Etienne Charignon
ALCarrez
Offline Send Email
Jan 6, 2006
10:03 pm
155
Or, "On delays considered harmful" :-) Hmm, too much reliance on timeouts was one reason I switched from another testing tool to UISpec4J. The problem I see...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Jan 8, 2006
3:17 pm
156
Hi Nascif, ... I don't see clearly what you mean, but I feel there is something important to be learned there. Could you please give me some examples of how...
Regis Medina
regis_medina
Offline Send Email
Jan 8, 2006
4:43 pm
157
Hi there, I'm new to uispec4j. I'm trying to set up a GUI test suite that'll be launched from Ant under Solaris 9. I guess I need to set a system property for...
mfryars2003
Offline Send Email
Jan 9, 2006
4:01 pm
158
Hi Mike, We aren't used to test UISpec4J on solaris, but we wish to. In the current version, you need to set the system variable "awt.toolkit" to ...
Sylvain Rousseau
syalve
Offline Send Email
Jan 9, 2006
7:49 pm
159
Hi Mike, ... As of release 0.15, you don't need to set up the awt.toolkit anymore. You simply need to make sure that UISpec4J.init() is called before any Swing...
Regis Medina
regis_medina
Offline Send Email
Jan 9, 2006
10:53 pm
160
... get ... anymore. You ... Swing ... UISpec4J ... Hi Sylvain/Régis, thanks for your replies. Régis, yes that's what I understood from the uispec4j web site...
mfryars2003
Offline Send Email
Jan 10, 2006
9:43 am
161
Hi Mike, It seems, the way you launch your test is the root cause. Privatly, you said me that you're using Ant to launch your test, and you have set the...
Sylvain Rousseau
syalve
Offline Send Email
Jan 13, 2006
8:53 pm
162
Sorry for the delay, I was on vacation. Comments below. ... For example, Abbot relied on timeouts to run its "robot" style interaction with the application...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Jan 25, 2006
4:18 pm
163
Guys, I need to check the contents of the pop-up menu displayed over my JTree when one of its nodes is clicked. My code looks like this: 1: Window window = new...
debugme2
Offline Send Email
Feb 1, 2006
2:59 pm
164
Hi, ... The problem is certainly caused by the way you obtain the Window wrapper. Swing requires that the components be shown when performing some operations....
Regis Medina
regis_medina
Offline Send Email
Feb 1, 2006
9:08 pm
165
Régis, Thanks for the clarification ! I think this should do the trick. I'll find out for sure when I'm back in the office tomorrow. regards, Asad....
debugme2
Offline Send Email
Feb 1, 2006
9:40 pm
166
Hi Nascif, ... You are right; the exact delay required to accomplish a set of instructions is certainly unpredictable if the system load changes with time. ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Feb 1, 2006
11:01 pm
167
Hi Nascif, ... Sorry, I didn't complete my answer. Approaches like yours have to remain doable in UISpec4J for people (like you) that are not afraid to deal...
Pascal Pratmarty
pratmartyp
Offline Send Email
Feb 1, 2006
11:20 pm
168
Guys, I need your kind help again... I am running the following on Solaris: import javax.swing.*; import org.uispec4j.*; import org.uispec4j.interception.*; ...
debugme2
Offline Send Email
Feb 2, 2006
4:17 pm
169
Hi Pascal, Thanks for your reply. I like the idea of supporting a dual mode of operation. My main concern is that the tool itself (UISpec4J) does not add a...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Feb 2, 2006
4:33 pm
170
Hi, ... I'm sorry, but I fail to see how UISpec4J can be responsible for this. I have not been working on Unix systems for quite a long time now, but isn't ...
Regis Medina
regis_medina
Offline Send Email
Feb 2, 2006
8:31 pm
171
Hi, I had a failure in a unit test that was working when I added a custom list cell renderer: 2)...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Mar 2, 2006
10:06 pm
172
Hi Nascif, ... No, I can still see the exception thrown in ListBox.getComponent in the actual code base. We'll try to fix it before we publish release 0.16 ...
Regis Medina
regis_medina
Offline Send Email
Mar 2, 2006
10:39 pm
173
UISpec4J 0.16 is now available! http://www.uispec4j.org/download.html This release brings the notion of "assertions". We have changed all "assertXxx" methods...
Regis Medina
regis_medina
Offline Send Email
Mar 5, 2006
5:58 pm
Messages 143 - 173 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