diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-15 17:40:41 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-15 17:40:41 -0400 |
commit | bf355ae580e8c18df30efd1e54ac6f81a9d19098 (patch) | |
tree | bc5b5735b52f274c0ec96920c6ddcbb1df8d841d /jobs | |
parent | 7236159e8d49fa7a9137946d10ac72b86cdc17d0 (diff) |
providers:checkbox: Add interactive multitouch zoom test.
Test provides a QML-based interaction and automatic verification.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/touchscreen.txt.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/jobs/touchscreen.txt.in b/jobs/touchscreen.txt.in index 2b67945..1b9a4ac 100644 --- a/jobs/touchscreen.txt.in +++ b/jobs/touchscreen.txt.in @@ -53,18 +53,20 @@ _description: VERIFICATION: Does drag and drop work? -plugin: manual +plugin: user-interact-verify id: touchscreen/multitouch-zoom +_summary: Check touchscreen pinch gesture for zoom depends: touchscreen/multitouch-automated +command: qmlscene $PLAINBOX_PROVIDER_DATA/touch_zoom_test.qml 2>&1 |grep -o PASS estimated_duration: 120.0 _description: PURPOSE: Check touchscreen pinch gesture for zoom STEPS: - 1. Place two fingers on the screen and pinch them together - 2. Place two fingers on the screen and move then apart + 1. Press the Test button + 2. Using 2 fingers, resize the blue square until it turns green, then release it. VERIFICATION: - Does the screen zoom in and out? + Did the blue square change size following the gesture? plugin: manual id: touchscreen/multitouch-window-move |