Am Samstag, den 10.02.2007, 22:28 +0100 schrieb Vincent Snijders: > Hi, > > I am trying to create some automated tests for lcl applications (see > lazarus\test). ATM these application just start and in the first > application OnIdle event write some output to the console (for example > the color of a component or the height of a scrollbar) and close. > > But I cannot test things like mouse events and key presses. On windows I > found autohotkey (www.autohotkey.com) to play a script containing key > presses and mouseclicks. For an example script see > http://svn.freepascal.org/svn/lazarus/trunk/test/hello.ahk > > Does anybody know if there exists something similar on linux?
I think this could be what you're searching for (if external tools are welcome): http://hoopajoo.net/projects/xautomation.html Or take a look at this one (I never used it, though): http://expect.nist.gov/ HTH, Marc _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
