Yeah, I was thinking how do we even approach testing of Java UI. Any
suggestions are welcome.
And to complicate things we've been postponing a dive into JavaFX, while the
Swing app keeps adding functionality. So investing effort in a test framework
should take this pending decision into accoun
I've been down that path before, trying to test Swing and JavaFX. Its
not easy to do. The best tool I found (and that was about 8 years ago)
was
https://www.froglogic.com/squish/editions/automated-java-gui-testing/
but I don't know if they have any licensing available for open source
projects.