I would like to ask is there a way to create automated tests for Java Desktop Application . I see there are a lot of tutorials for WEB however I would like to test the GUI and the functionality application.
What are the options to test the functionalities ?(such as Login which is writen in MVC style)
Thank you