FabLabKasse icon indicating copy to clipboard operation
FabLabKasse copied to clipboard

Unit-testing of GUI

Open patkan opened this issue 10 years ago • 4 comments

Write unittests for the GUI, maybe with squish. Try to cover use-cases of #5

patkan avatar Sep 10 '15 16:09 patkan

Squish seems to be not available for opensource-projects. Another option could be sikuli http://www.sikuli.org/

patkan avatar Sep 25 '15 13:09 patkan

Another link: http://lists.idyll.org/pipermail/testing-in-python/2009-June/002025.html

patkan avatar Oct 24 '15 11:10 patkan

The previous link referenced two projects that seem to be able to orchestrate QT-GUIs. https://wiki.freedesktop.org/ldtp/ https://fedorahosted.org/dogtail/

patkan avatar Oct 26 '15 17:10 patkan

Example for dogtail with QT: https://gitlab.com/dogtail/dogtail/-/blob/master/examples/kwrite.py

mgmax avatar Dec 25 '23 11:12 mgmax