Testing GUIs with TextTest and StoryText
Tkinter Widgets and actions supported for record/replay
The following lists the Tkinter widget types and the associated actions on them which StoryText 3.10 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 StoryText 3.10 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 "storytext -s -i tkinter")


Last updated: 07 April 2014