Which swing testing frameworks are well suited to TDD?
Posted
by
Niel de Wet
on Programmers
See other posts from Programmers
or by Niel de Wet
Published on 2014-06-11T21:04:33Z
Indexed on
2014/06/11
21:38 UTC
Read the original article
Hit count: 230
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.
© Programmers or respective owner