Hacker News new | ask | show | jobs
by criley2 4588 days ago
Out of curiosity: I use AHK to do basic testing automation for a windows application that I have literally zero ability to control programatically (to achieve actually good automated testing). Anyone have a better option for this kind of use case?
2 comments

I've used AHK for the same things - it's about the best free/open source thing I've found, besides just adding a scripting language to your program.
AutoIt is a popular choice:

http://www.autoitscript.com/

AHK is based on AutoIt v2.