testing - Pattern unlock using calabash-android -
part of android app working on automated testing has own pattern unlock component, , need way draw 'z' pattern in calabash-android. pattern made of 3 drag/swipe actions, need continuous touch. can 3 parts of 'z' separate perform_action('drag') commands:
perform_action('drag', 17,83,26,26,50) perform_action('drag', 83,17,26,66,50) perform_action('drag', 17,83,66,66,50)
but need able of in 1 go test pass, , don't know that. imagine has calabash-androids back upwards multi-touch gestures, @ loss.
it's not pretty solution utilize recorded event adb. have @ post , see if helps - fire pinch in/out command android phone using adb
android testing drag atdd calabash-android
No comments:
Post a Comment