9

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?

user4157124
  • 2,809
  • 13
  • 27
  • 42
wojakzek
  • 287
  • 1
  • 3
  • 6

7 Answers7

4

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

3

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

1

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

dfa
  • 114,442
  • 31
  • 189
  • 228
  • 1
    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 08 '09 at 11:48
1

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

Tom
  • 55,743
  • 3
  • 27
  • 35
1

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

ozmike
  • 2,738
  • 1
  • 33
  • 40
0

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

Fidel
  • 7,027
  • 11
  • 57
  • 81
0

May be you can try out JWinAuto

java_enthu
  • 2,279
  • 7
  • 44
  • 74