To help those who someday want to do something like this, I decided to start this page, since I could not find a category on Wiki about this. [JS] July 1, 2002 This page is for notes, comments and links related to the topic of "Virtual User" in Tcl/Tk. Possibly another name for this topic is "Ghost User". Yet another name might be "Automating Testing of Graphical Applications". A "Virtual User" is using Tcl/Tk to automate a repetative task such as launching a program, typing the the same keystrokes or mouse clicks on certain areas of the screens. Think of the "Virtual User" as you who is not sitting at the computer getting something done in a [GUI] environment such as MS Windows. I have added these links below to put the information on one page, that relate to "automating" a boring or repeative task. See: * [Bag of Tk algorithms] for Simulating button presses * [Keep a GUI alive during a long calculation] * [Android] (comment: tarball file) which has other useful links such as '''RecordnPlayTclTk''': [http://www.cbl.ncsu.edu/~lavana/RecordnPlayTclTk-1.01b.zip] (comment: winzip file) (which has) some of Android's capabilities. ... * [TkReplay] is another system that has been mentioned before. * [Record and replay system for Tcl/Tk] ---- ---- [Category Testing]