I am looking for the best way to start Windows application automation from a Java application. So far, I have used the Groovy and Scriptom libraries to access my own COM interface. This is a fairly straightforward approach, but does not scale very well (writing configuration for each application, reading brilliant COM documents, testing, testing, etc.)
Now I am looking for the best way to automate a Windows application from a Java application. Is there any java library that could help me? Maybe I should use a framework other than java, like autoit and name it with Java?
source
share