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?
|
|
You can take a look at Marathon, it is for Java. |
||
|
|
|
|
I like very much Fest but I don't know Autoit :( |
||
|
|
|
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. |
||
|
|
|
|
TestComplete supports Java, and does not require you to add code to the program you are testing. |
||
|
|
