Automaton

Simple framework for testing Swing and JavaFX2 applications.

View project onGitHub

Automaton

  • easy tests for Swing and JavaFX applications
  • written for testers. Only basic coding skills required.

Automaton is a framework which makes it easy to test Java GUIs developed with Swing, JavaFX 2, or both.

There are different ways to get started with Automaton, but the easiest is to download the zip containing the Automaton jar file, write an Automaton script and save it in a file, say your-script.groovy, and then run your application with the Automaton Java Agent as shown below:

java -javaagent:Automaton-1.0.jar=your-script.groovy -jar your-app.jar