AutoIt as a GUI Automation Tool for Java

I need to automate testing the user interface of the software in which my module is connected. I do not have access to the host code, so I need something like AutoIt. Since AutoIt does not work with Swing, is there any AutoIt tool like GUI for JAVA based applications?

+5
source share
7 answers

You can look at Marathon , this is for Java.

+3
source

TestComplete supports Java and does not require you to add code to the test program.

+1
source

Can a car possibly do this? Try AutoIT JAVA UDF, which my friend wrote, it's quite old and may not work anymore .. my apols

This UDF currently automates stand-alone browser-based applications and applets developed in both Swing and the Abstract Window Suite (AWT).

JAVA UDF

+1
source

Java Swing applications can be automated using the Jubula Functional Test Tool.

+1
source

I really like Fest , but I don't know Autoit :(

0
source

Maybe you can try JWinAuto

0
source

I heard about sikuli , which is used to automate java applications

0
source

All Articles