javatest-frameworkgui-test-framework

User scenario testing for Java Applications on PC


I'm looking for a good Testing-Framework for Java GUI Applications. For Android I know Robotium and it would be really cool if there is something similar for Java PC Applications.

Example Testcase:
1. Right click on TreeView
2. Click on Menuitem "Expand all"
3. Check if Tree has been expanded and there is a new item visible with maybe "RAM" as text.

I searched for Java Test frameworks but didn't found anything like Robotium.

What are you using to test your Java GUIs?


Solution

  • You have severel options

    As you can see, there are many frameworks, so the best is probably to go through their examples and basic tutorials and just grab what fits you the most.