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...
Hello Patrick, In general, how is UISpec4J supposed to handle painting of ... Yes, you'd better not rely too much on UISpec4J painting - all this stuff is ...
Hi Patrick, I have written an answer without realizing that Regis did already respond to you :o( I am thus also giving it to you, just in case you find...
... Well that would be really great! Will the next release still be compatible with java 1.4? Or, if not, do you plan to maintain support for the 1.4 based...
... What we ... download, ... Java 1.4 out ... Er.... yes :) Just saw this message, after I have already posted one about caret update where I asked about...
Hello Patrick, Will the next release still be compatible with java 1.4? No, our plan is to release a 2.0 version which will be Java 5-specific. Or, if not,do...