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