Christian Rösch

Results 107 comments of Christian Rösch

So you have like several pages and want to test each page separately but your test setup starts the application at page 1 and stops the application after test? So...

Tests get a lot worse (in terms of stability) if you make a chain of them. So if the test of the second window would rely on the first window...

Thanks for opening this issue - could you please provide an example code to reproduce the behaviour? That would help much, thx. We have the [JOptionPaneDriver_requireTitleAsText_Test](https://github.com/joel-costigliola/assertj-swing/blob/4acdd937c768f55b1bf0424e38d7724a1b835430/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsText_Test.java), it's supposed to run...

Hi Sergio, thx for the feedback. Which version of AssertJ Swing are you using? Because I made some improvements for test stability between 2.x.x and 3.x.x. I ran your code...

_Comment by **[festuser](http://jira.codehaus.org/secure/ViewProfile.jspa?name=festuser)** from Fri, 30 Apr 2010 06:58:20 -0500_ --- Attachment [FestStack02.txt](http://jira.codehaus.org/secure/attachment/48754/) (size=10791)

_Comment by **[theoamonteiro](http://jira.codehaus.org/secure/ViewProfile.jspa?name=theoamonteiro)** from Wed, 16 May 2012 07:20:26 -0500_ --- Is there any news on the subject? It isn't clear where the bug is fixed. How do I get...

_Comment by **[rkennke](http://jira.codehaus.org/secure/ViewProfile.jspa?name=rkennke)** from Wed, 16 May 2012 09:50:34 -0500_ --- You might want to give Cacio a try. http://rkennke.wordpress.com/2012/05/08/how-to-use-cacio-tta-with-fest-for-java-gui-testing/

_Comment by **[theoamonteiro](http://jira.codehaus.org/secure/ViewProfile.jspa?name=theoamonteiro)** from Thu, 17 May 2012 14:08:05 -0500_ --- I would like, but I am stuck with java 1.6u14.

_Comment by **[gschrader](http://jira.codehaus.org/secure/ViewProfile.jspa?name=gschrader)** from Fri, 19 Oct 2012 14:41:22 -0500_ --- I've hit this using Cacio as well. It gets blocked at ScreenLock.acquire as well. This might be a pain...

_Comment by **[gschrader](http://jira.codehaus.org/secure/ViewProfile.jspa?name=gschrader)** from Mon, 22 Oct 2012 18:10:54 -0500_ --- Disregard my previous comment, it turned out we had a test that caused the robot.cleanUp() not to be called....