I did an automated user interface test before a major WPF project and it worked very well.
Now I move on to the Java Swing project and do some research on Swing UI testing. First of all, I am looking for a library with the following:
- Integration into the Maven server and CI
- Mainstream / Popular - means we donβt need to change the framework, or rewrite our tests when this structure becomes burdensome and is not supported.
- Ease of writing tests
- Test reuse
From my research, I found the following frameworks and wondered if people have experience in them to give me some pros / cons?
- WindowsTester
- Jubula
- Fest
- Jammy
I know that similar questions were asked before stackoverflow, however, frameworks change so quickly with new versions, or become shortcuts.
source share