While we try to set up as many unit tests as time allows for our applications, I always find the amount of UI-level tests lacking. There are many options out there, but I’m not sure what would be a good place to start.
What is your preferred unit testing tool for testing Swing applications? Why do you like it?
On our side, we use to test SWING GUI with FEST. This is an adapter on the classical swing robot, but it ease dramatically its use.
Combined with TestNG, We found it an easy way to simulate ‘human’ actions trough the GUI.