[[ [testing], automation, ...]] [[Technologies: * [cwind] - find windows, inject keystrokes (free) * [wintclsend] - similar to cwind, includes mouse moves (license) * [ActiveX] * [Android] (when combined with [VNC] or '''rdesktop'''[http://www.rdesktop.org/]) * [AutoIt] [http://www.hiddensoft.com/AutoIt/] * [COM] * [DDE] * [Expect for Windows] * [Perl]'s Win32::GuiTest * {TWAPI] includes window management and input injection (mouse and keyboard) * [WSH] * commercial testing applications, * Girder [http://www.girder.nl] (including [Python] client [http://www.dur.ac.uk/christopher.saunter/soft.html]) * win32api's PostMessage provides for delivery of keystrokes, button presses, and such, to external processes; while this [http://mail.python.org/pipermail/python-win32/2002-December/000635.html] discussion, as well as this [http://www.brunningonline.net/simon/blog/archives/000664.html], are about Python coding, the same functionality is available to Tcl through ... (?) * ...]]