Which swing testing frameworks are well suited to TDD?
- by Niel de Wet
I am trying to follow a BDD/TDD approach to developing an IntelliJ IDEA plugin, and in order to do a full acceptance test I want to exercise my plugin through the GUI. I know that I can do it using Window Licker, but looking at the commit log there hasn't been any activity since 2010.
I see there are several other frameworks, but which are current and suited for TDD?
If you have any experience with swing and TDD, please share those as well.