AutoIt like GUI automation tool for Java [closed]

2019-02-07 08:45发布

问题:

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?

回答1:

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



回答2:

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



回答3:

Auto can probably do it ? Try the AutoIT JAVA UDF that a friend of mine wrote, it is quite old and may not work anymore..my apols

This UDF currently automates standalone applications and browser-based applets, developed in either Swing or the Abstract Window Toolkit (AWT).

JAVA UDF



回答4:

Java Swing applications can be automated using Jubula Functional Testing Tool.



回答5:

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



回答6:

May be you can try out JWinAuto



回答7:

I've heard of sikuli being used for automating java apps