Automated tests for Java Swing GUIs

Posted by pauldoo on Stack Overflow See other posts from Stack Overflow or by pauldoo
Published on 2008-09-18T09:25:08Z Indexed on 2010/04/24 12:53 UTC
Read the original article Hit count: 576

Filed under:
|
|

What options are there for building automated tests for GUIs written in Java Swing?

I'd like to test some GUIs which have been written using the NetBeans Swing GUI Builder, so something that works without requiring special tampering of the code under test would be ideal.

© Stack Overflow or respective owner

Related posts about java

Related posts about testing