vote up 0 vote down star

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?

flag

4 Answers

vote up 1 vote down

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

link|flag
vote up 0 vote down

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

link|flag
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 Jul 8 at 11:48
vote up 0 vote down

I'm not familiar with AutoIt, but you can automate the testing of Java GUI applications with the Abbot framework.

If what you're testing is extremely simple, you can code up your own solution using Java's Robot class to script mouse and key events.

link|flag
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.