Skip to main content

Test Editor - Steps Recorder

Steps Recorder allows you to create test commands corresponding to interactions performed with the device. It is supported for iOS and Android devices.

info
  • Test Recorder support for iOS is available on iOS 16 and later.
  • Recording on iOS 15 and earlier versions is not supported. If you are using an older iOS version, the recording option will be unavailable.

Record Keyboard Input on iOS

When recording text entry on iOS devices, the recorder captures the final field value after the interaction is complete.

  1. Open the Test Editor.

  2. Click Record.

  3. Tap an input field on the device.

  4. Type the required text.

  5. Perform another gesture (for example, tap another element or swipe).

    The recorder converts the original tap action into a Send Keys step and captures the entered value.

  6. Click Stop.

Record Interactions with Password (Secure) Fields

For security reasons, values entered in secure or password fields are not recorded. Instead, the recorder captures the interaction as a Send Keys step without the actual value. You can manually update the step in the Test Editor to include the intended value.

  1. Open the Test Editor.

  2. Click Record.

  3. Tap the password or secure input field.

  4. Enter the password.

  5. Perform another gesture (for example, tap another element or swipe).

    The recorder converts the original tap action into a Send Keys step but the value is left blank.

  6. Enter the password manually in the Test Editor.

  7. Click Stop.

Steps Recorder supports these interactions and commands:

  • Click
  • Long Press
  • Send Key - For password fields the actually entered value cannot be recorded for security reasons and must updated manually in the Test Editor.
  • Swipe - With a distance greater than half of the screen