Testing Swing GUIs with JUnit

Sep 5, 2003 23:20 · 56 words · 1 minute read

William C. Wake wrote an article way back in January 2000 about [unit testing Swing GUIs with JUnit.][1] No other package required. I’m not particular about unit testing the layout of the frames, but writing unit tests to ensure that things work functionally (you click button A and result B happens) seems worthwhile.

[1]: http://www.xp123.com/xplor/xp0001/index.shtml “”