Hi all, I am new to this mailing list and I need some help regarding UIspec4j. I implemented this class: public class ApplicationTesting extends...
MAIO Raffael
Raffael.Maio@...
Jan 14, 2008 6:10 pm
350
Hello Raffael, The problem you stumbled upon could very well be a UISpec4J bug. We provide our own dummy implementation of the AWT Toolkit, just to intercept...
Hi, I'm trying to create some high-level functional tests for a software process that requires a lot of clicking, text fields, and communicating with a remote...
Hi, First of all, it is important to understand that UISpec4J does not allow to display components while tests are running. The reason is: UISpec4J is focused...
Hi there, I've been embarrassed by this problem some times ago and I would like to tell you my thinking. It would be very convenient if it could be possible to...
Thanks guys for the help. It's to bad you can't disable headless when running the tests, because it would make writing the tests much faster. Please...
Hello Mathew, Does anyone know of any free open-source tools that would fit what I'm ... If seeing the UI is really important for you, you could maybe have a...
... but if ... I wouldn't bother if I were you. Functional testing, and unit testing are different beasts. We run a continuous build server here using Bamboo,...
Hi, Can you please change the documentation for UISpec4J. UISpecAssert.waitUntil methods have the waitTimeLimit parameter. Can you add that this parameter is...
Hi Mathew, Thank you, we appreciate a lot your feedback. ... OK, we are changing immediately the JavaDoc for the next release. ... We want to release soon a...
Hi all, "*Rather then have UISpecAssert.and( Assertion[] ), can we also have UISpecAssert.and( Assertion x, Assertion y ).*" Wouldn't it be better with the...
Ludovic Viegas
pigelvy@...
Jan 22, 2008 8:42 am
360
Hello Ludovic, ... We both have posted at the same time. I think we agree on that one ;o) Cheers, - Pascal...
;) On Jan 22, 2008 9:46 AM, Pascal Pratmarty <pascal@...>...
Ludovic Viegas
pigelvy@...
Jan 22, 2008 8:53 am
362
Hey, We are using Uispec4j and displaying all our windows as the tests run. We find it is very usefull for visualy checking out the state of the application...
Luke Sleeman
luke@...
Jan 29, 2008 7:12 am
363
Probably the best option would be to output a .png of the applications windows when a test fails. That way it is easy to see what is going on when a failure...
Luke Sleeman
luke@...
Jan 29, 2008 7:13 am
364
Do you have any plans for uispec4j to support swingx components? John...
Hi folks. I just started using UISpec4J with Java 1.6 and i keep on getting this exception. When I move to 1.5 everything seems to run correctly. Any help is...
Hi Fernando, Do you run the distribution for Java6, available from the Web site? ( download at uispec4j-java6.jar <http://www.uispec4j.org/uispec4j-java6.jar>)...
Thanks for the response. Yes I did run the distribution for Java 6. I have JDK 1.6 u10 on a Windows environment. Glad to hear an update is coming soon. I...
Hi Carlo, Thank you for your support! I am not sure how to interpret your last response: are you still encountering the problem with Java6? If yes, can you...
Hi, I'm getting the java.awt.HeadlessException being thrown when trying to run my JUnit tests on a headless build machine. My build machine is a rack mounted...
May I jump in with the stack trace? To get started with UISpec4J, I tried to mimic the example on http://tinyurl.com/3vf829 But I ran into the same error....
Hi, Unfortunately, UISpec4J does not support yet the headless mode. Until then, although nothing shows on the screen when you run the tests, the headless...
Hi Pascal, Thanks for the reply. It's a little confusing to hear that UISpec4J doesn't work in a headless mode Linux server, because this is a documented...
Hello, ... Argh! We had removed that item from the features list a few months ago, after someone pointed that to us. We have seemingly been messing with the...
I'll try, but it's a spare time project so it will take a while. Apearantly I misinterpreted your request for a stack trace. Thanks for your patience. Jo ...
Hello, I'm new to UISpec4J and looking to see if I can get it to work with my app. This app, when launched tosses up a splash screen while the app is loading...
Talal Rabaa
Talal.Rabaa@...
Jun 12, 2008 7:02 pm
378
Hello, ... background. MainClassAdapter is catching that splash, not the main app window. Is there an easy way, maybe with a WindowIntercepter, to ... You...