Skip to main content

SeeTestAutomation- Event Recording

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Description:

With the event recording feature, a user can create ad hoc events to add to the script.

info

Note: This feature is currently supported for Android & iOS devices only.

Following are instructions how to use this feature.

Recording swipes:

Swipe action is a special action since it is usually used as a scroll operation.

SeeTest is aware of this and therefore swipe action may be interpreted in several different manners.

For recording in non-instrumented mode:

  • One or more swipes followed by a click on an item, and X will be interpreted as swipeWhileNotFound item X and a Click command on item X.

  • N swipe/s on the same axis  and then K swipe/s on a different axis and then click on item X will be interpreted as : 

    • N swipe/s. 

    • swipeWhileNotFound item X.

    • Click on item X.

For recording in instrumented mode:

  • Swipe/s followed by a click on item X will be interpreted to the following command:

    •  listSelect (on the list that contains item X).

    •  click on item X

  • N horizontal swipe/s  and then K vertical swipe/s and then click on item X will be interpreted as : 

    •  N horizontal swipe/s. 

    •  K vertical swipe/s.

    •  Click on item X.