Swing Recorder

Twist's Swing Recorder allows testing of Java Swing applications to be automated using record and playback options. During the recording process, the recorder creates Frankenstein scripts for the actions performed on the swing application.

Working with a Swing Recorder

New Frankenstein Project
  1. The project is to be created by choosing Advanced > 'Frankenstein' option, update the Application Class name and the Application Parameters if any (if none, leave blank)
  2. On Project > Properties > Java Build Path > Libraries select Add External JARs... and upload the jar containing the Swing Application

You can now record interactions with your Swing application