Testing GUIs with TextTest and xUseCase
Tkinter Widgets and actions supported for record/replay
The following lists the Tkinter widget types and the associated actions on them which PyUseCase 3.3 is currently capable of recording and replaying. Any type derived from the listed types is also supported.
Tkinter.Button
clicked
Tkinter.Canvas
left-clicked , middle-clicked , right-clicked
Tkinter.Checkbutton
checked , unchecked
Tkinter.Entry
edited text
Tkinter.Label
left-clicked , middle-clicked , right-clicked
Tkinter.Listbox
select item
Tkinter.Menu
select item
Tkinter.Tk
closed
Tkinter.Toplevel
closed
Tkinter Widgets supported for automatic logging
The following lists the Tkinter widget types whose status and changes PyUseCase 3.3 is currently capable of monitoring and logging. Any type derived from the listed types is also supported but will only have features of the listed type described.
(Note that a textual version of this page can be auto-generated by running "pyusecase -s -i tkinter")


Last updated: 27 May 2010