Search code examples
javatestingfunctional-testing

How can I system test Java desktop applications?


There are lots of tools to perform end-to-end testing of web-based applications (for example, Selenium). Is there something similar to test a desktop Java application that runs directly on the user's computer?


Solution

  • WindowTester from Google.

    WindowTester Pro (also known as just WindowTester) eliminates the need to manually create test cases to test GUIs by automating the process of GUI testing.