views:

1105

answers:

3
+1  Q: 

AutoIt for Java

I need to automate UI testing of a software that my module is plugged in. I do not have an access to code of the host so I need something like AutoIt. Since AutoIt does not work with Swing, is there any AutoIt like GUI automation tool for JAVA based applications?

A: 

I like very much Fest but I don't know Autoit :(

dfa
I do not own the larger portion of the code so I need a automation tool that records and replays or enables scripting rather than an API or a Framework.
wojakzek
A: 

TestComplete supports Java, and does not require you to add code to the program you are testing.

Tom
+2  A: 

You can take a look at Marathon, it is for Java.