PDA

View Full Version : Does your Qt App use multi-touch gestures? Is GUI Automation possible?



amandaB
12th February 2014, 19:25
Check out how to automate those gestures using Squish 5.1 (due to release this quarter): http://blog.froglogic.com/2014/02/multi-touch-gesture-support-in-squish-5-1

Excerpt:
[...] A gesture will be recorded as gesture(waitForObject(“:SomeObject”), readGesture(“Gesture_1″)), where Gesture_1 is a file saved in the test suite directory.
[...]
This file contains all information needed to replay the gesture. [...] A user friendly Gesture Editor is available in the Squish IDE to get a WYSIWYG view of the gestures. In addition script APIs have been implemented to programmatically create, alter and execute gestures.