Search the web
Sign In
New User? Sign Up
uispec4j
? 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 87 - 119 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87
Hi, UISpec4J 0.10 has just been published. The change log for this release is available here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Regis Medina
regis_medina
Offline Send Email
Jun 18, 2005
2:26 pm
90
Hi, UISpec4J 0.11 is now available. You will find the change log for this release here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Regis Medina
regis_medina
Offline Send Email
Jul 21, 2005
10:04 pm
92
Hi all, I started playing with UISpec4J - tired of the problems with Abbot, and curious about the different approach. My first experience has not been very...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Aug 3, 2005
5:46 pm
93
Hi Nascif, Thanks for taking the time to tell us about these issues. ... What problems did you have with Abbot ? I never used it myself, but I thought it was...
Regis Medina
regis_medina
Offline Send Email
Aug 3, 2005
9:01 pm
94
... Abbot, and ... I have way too many problems with having reliable "reproducable" unit tests. I run my tests through many different paths - directly from ...
nascif2
Offline Send Email
Aug 3, 2005
10:21 pm
95
Problem solved - and I tracked it down to how I defined my testcase constructor, which lead to a bad interaction with JUnit. My code was like this: public...
nascif2
Offline Send Email
Aug 4, 2005
6:04 pm
96
Hi Nascif, ... That was tricky, the JUnit message could have been more explicit. Maybe we should tell them about this issue, or suggest a patch? Do you know...
Regis Medina
regis_medina
Offline Send Email
Aug 6, 2005
12:17 pm
97
... Maybe we ... were in ... Sure. The code that creates the problem is this one, from TestSuite.java: static public Test createTest(Class theClass, String...
nascif2
Offline Send Email
Aug 8, 2005
3:25 pm
98
Hi Nascif, ... It would surely be great to propose this change on a JUnit mailing list, so that it gets integrated into their next release. Will you do it, or...
Regis Medina
regis_medina
Offline Send Email
Aug 8, 2005
9:28 pm
99
Hi Regis, ... If you could do it it would be great, thanks. ... Yes. You would give up the compile-time checking for some run-time flexibility. Basically you...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Aug 8, 2005
11:09 pm
100
Hi Nascif, On Tue, 09 Aug 2005 01:08:55 +0200, Nascif Abousalh-Neto ... As of release 0.11, there is a "UIComponent findComponent(Class uiComponentClass)"...
Regis Medina
regis_medina
Offline Send Email
Aug 9, 2005
8:19 pm
101
Is there a way to simulate a Tab key? I looked at the Key class, but did not see anything there. Thanks....
davout_1805
Offline Send Email
Aug 22, 2005
11:25 pm
102
Hello, Thank you for your interest. The Tab key constant is missing in the Key class; we will add it for the next release. However if you wish to test a focus...
pascal.pratmarty@...
pratmartyp
Offline Send Email
Aug 23, 2005
3:28 pm
103
Hi All, I am having some trouble with a testcase and I can't find out why. The test fails with an StackOverFlow exception: 1)...
Nascif Abousalh-Neto
nascif2
Offline Send Email
Aug 26, 2005
9:00 pm
104
This may be a stupid question, but how do you run multiple tests? I have public class MyUISpecAdapter implements UISpecAdapter { private Window window; public...
davout_1805
Offline Send Email
Aug 27, 2005
5:50 pm
105
Hi Nascif, ... I'm not sure that this is an infinite loop, since at one time we break out of the get[Sub]Description loop to continue with ...
Regis Medina
regis_medina
Offline Send Email
Aug 28, 2005
12:17 pm
106
Hi, ... That's strange, what you are doing seems to be exactly what we do in our Address Book example (which is not yet published, but you can have a look at...
Regis Medina
regis_medina
Offline Send Email
Aug 28, 2005
9:05 pm
107
Hi, UISpec4J 0.12 is now available. You will find the change log for this release here: http://www.uispec4j.org/changes-report.html Cheers, Régis....
Regis Medina
regis_medina
Offline Send Email
Aug 31, 2005
9:10 pm
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
Messages 87 - 119 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