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 288 - 317 of 610   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
288
Hi all, here's my test class public class InformationsTreePanelMiscTest extends StarsUITestCase { private static long interceptionTimeLimit; @BeforeClass ...
Ludovic Viegas
pigelvy@...
Send Email
May 2, 2007
9:44 pm
289
Hi Ludovic, Sorry for the late response, we were a little busy with the XP Day Paris session yesterday. Pascal and/or I will have a look at this this week-end....
Regis Medina
regis_medina
Offline Send Email
May 4, 2007
6:18 am
290
Hi Ludovic, I do not see anything weird with your test. Is your system JAVA_HOME property aligned with the one you use from IntelliJ? What about the other...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 13, 2007
1:45 pm
291
Hi all again, About the classpaths... classpath used by maven (retreived using ant task): ...
Ludovic Viegas
pigelvy@...
Send Email
May 14, 2007
10:28 pm
292
Hi, A new release of UISpec4J is available. You will find a summary of changes in the following page: http://www.uispec4j.org/changes-report.html Please do not...
Pascal Pratmarty
pratmartyp
Offline Send Email
May 15, 2007
7:15 am
293
Hi, Does UISpec4J work well with JSR296 (AppFramework)? I've tried to write a test for an application that uses the appframework but I get an exception (see...
diod_se
Offline Send Email
Jun 5, 2007
7:22 pm
294
Hi Robert, Does UISpec4J work well with JSR296 (AppFramework)? I've tried to write a test for an application that ... I have not tried JSR296 yet, but judging...
Regis Medina
regis_medina
Offline Send Email
Jun 5, 2007
7:34 pm
295
Hi Régis, I'm using WindowsXP and JDK6. Not sure if the appframework supports JDK5, but I don't think so. Kind Regards, Robert...
Robert Blixt
diod_se
Offline Send Email
Jun 5, 2007
8:09 pm
296
Hi everyone, We are considering moving UISpec4J APIs to Java 5 in a near future. What we plan on doing is still provide a Java 1.4 version of UISpec for...
Regis Medina
regis_medina
Offline Send Email
Jun 5, 2007
8:42 pm
297
For the time being, UISpec4J does not support JDK 6. The reason for that is that we have our own implementation of the AWT Toolkit (as you can see in the stack...
Regis Medina
regis_medina
Offline Send Email
Jun 5, 2007
9:08 pm
298
I'm getting the same error. Perhaps there is something else I'm doing wrong (I've added my test case below in case you can find something). Kind Regards, ...
Robert Blixt
diod_se
Offline Send Email
Jun 6, 2007
6:03 am
299
Hi Robert, Your test looks quite OK to me. It seems that in order to explore seriously this issue I'll have to find a Windows environment, install Java 6 and...
Regis Medina
regis_medina
Offline Send Email
Jun 6, 2007
9:29 pm
300
Hello Régis, The new jar seems to work perfectly, I encountered no problems at all. Kind Regards, Robert...
Robert Blixt
diod_se
Offline Send Email
Jun 7, 2007
6:06 am
301
Hi Ludovic, Has your problem been resolved? If not, have you tried to run the test in isolation from IntelliJ? (to be absolutely sure abour any interaction)...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 16, 2007
12:35 pm
302
Hi all, Had many things to do and kind of left those tests in @ignore state. What do you mean by "isolation from Intellij"? Tests are run on Windows XP pro. ...
Ludovic Viegas
pigelvy@...
Send Email
Jun 21, 2007
7:59 pm
303
Hi Ludo, I clearly badly chose my words here ;o) Did you try to run this test alone from IntelliJ? Regards, and thank you for your feedback and patience, ...
Pascal Pratmarty
pratmartyp
Offline Send Email
Jun 21, 2007
9:57 pm
304
Hey, The company I work for produces a large point of sales system in swing. We are planning to automate most of our system tests and have been evaluating few...
Luke Sleeman
luke@...
Send Email
Jul 3, 2007
5:50 am
305
Hi Luke, Can anybody give me a more ... It is true that we don't bother much with event dispatching threads in most components... 8^) I guess this is mainly...
Regis Medina
regis_medina
Offline Send Email
Jul 3, 2007
7:42 pm
306
Hey, ... with the applications we have tested so far. Is this causing problems with yours? So far I havent found any problems - uispec4js ability to retry...
Luke Sleeman
luke@...
Send Email
Jul 5, 2007
6:44 am
307
hi i am a new user using Uispec4j. i am running an application which executes a splash screen as well as window screen after that. i need to access the window...
Jaisenthil
joysenthil
Offline Send Email
Jul 12, 2007
5:23 pm
308
Hi, i am a new user using Uispec4j. i am running an application which ... The splash screen and the window both need to be intercepted with WindowInterceptor. ...
Regis Medina
regis_medina
Offline Send Email
Jul 12, 2007
8:06 pm
309
Hi Regis, Thank you very much for your timely help. regs, Jai ... With luv , J.Jai senthil kumar, Duisburger strasse 428, room no-414, 45478 Mülheim an der...
jaisenthil jeyavel
joysenthil
Offline Send Email
Jul 13, 2007
8:58 pm
310
Hi, Currently, I am evaluating your test suite for gui testing in a headless environment. I am facing problems, if I use a combobox and use a trigger for ...
thorag76
Offline Send Email
Aug 28, 2007
9:36 am
311
Hi, I am facing problems, if I use a combobox and use a trigger for ... Maybe my question is stupid, but do you really need to set the java.awt.headless...
Regis Medina
regis_medina
Offline Send Email
Aug 28, 2007
9:46 pm
312
... That's the exception: kCGErrorRangeCheck : Window Server communications from outside of session allowed for root and console user only Exception in thread...
thorag76
Offline Send Email
Aug 29, 2007
9:07 am
313
... UISpec4J tests do run without any UI being shown, without any need for tinkering with the java.awt.headless property. Is it possible for you to try running...
Regis Medina
regis_medina
Offline Send Email
Aug 29, 2007
10:32 am
314
... for ... you to try ... Theoretically yes... but then I get the exception shown in my last message. I have to try to work around that exception by trying to...
thorag76
Offline Send Email
Aug 29, 2007
11:18 am
315
Hi, Found out an interesting thing about caret updates after setting text in a text field: What I wanted to was testing a component that comes with a built-in...
thorag76
Offline Send Email
Aug 31, 2007
8:05 pm
316
Hi Patrick, ... Thanks for the tip ! Cheers, Régis. Hi Patrick, Here is a way how to make the caret being updated: [...] Thanks for the tip ! Cheers, Régis....
Regis Medina
regis_medina
Offline Send Email
Aug 31, 2007
8:08 pm
317
... No problem :) While testing around with UISpec4J I ran (again) into a problem. Imagine you have a TextBox and it is populated with a text already. When I...
thorag76
Offline Send Email
Sep 5, 2007
12:12 pm
Messages 288 - 317 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