Record and Playback in Tkinter

Dowding George A gdowdin at cs.clemson.edu
Tue May 25 15:49:36 EDT 2004


Hi,

I am trying to figure out how to to do some GUI testing using Tkinter.
For a start I thought I would like to add the feature to any generic
Tkinter program to record a sequence of GUI interactions and play them
back with no user interaction.  


My first question is how to create a generic handler to be the first
one to recieve all event.  This handler just needs to record events
then pass them on to the application to be processed as normally.



-- 
George A. Dowding, Clemson University Computer Science Dept.
G023 Jordan Hall



More information about the Python-list mailing list