Hi all, here's my test class public class InformationsTreePanelMiscTest extends StarsUITestCase { private static long interceptionTimeLimit; @BeforeClass ...
Ludovic Viegas
pigelvy@...
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....
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...
Hi all again, About the classpaths... classpath used by maven (retreived using ant task): ...
Ludovic Viegas
pigelvy@...
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...
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...
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...
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...
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...
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, ...
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...
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)...
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@...
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, ...
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@...
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...
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@...
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...
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. ...
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...
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 ...
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...
... That's the exception: kCGErrorRangeCheck : Window Server communications from outside of session allowed for root and console user only Exception in thread...
... 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...
... 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...
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...
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....
... 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...