Controls and Actions


The test recorder in Testsigma lets you generate test steps automatically in plain English by recording your actions in the application UI. This article discusses the control options and actions in Testsigma's Test Recorder for Android and iOS applications.



Prerequisites

Before you begin, ensure that you have referred to:

  1. Documentation on creating a test case.
  2. Documentation on creating test steps using the recorder.
  3. Also, an Androiod or iOS app to test.

Controls and Actions in Test Recorder

The recording screen will have two sections:

  • Device Controlling Section

    Device Controlling Section

  • Test Steps Section

    Test Step Section


Let’s review all the options available in the Device Controlling Section.

  1. Install App: Install App lets you install a new application in the current mobile recorder session.

    Install App

  2. Mirroring mode: Mirror mode will allow you to use the app via Testsigma to mirror real live physical device use.

    Mirroring Mode

  3. Inspect Mode: Lets you click elements to view more information about them without recording the step.

    Inspect Mode

    For example, if we click on Login, the information will be displayed under the section Selected element attributes. If you click on Tap, the step recorder will create the step as Tap on Login.

    Tap

  4. Swipe By Coordinates: The swiping action will be recorded with this option.

    Swipe by Coordinates

  5. Tap By Coordinates: It lets you click on an element on the screen and record the coordinates of the click.

    Tap by Coordinates

  6. Search Element: This option can be used to search for an element in the app source.

    Select Elements

  7. Go back: This button records the go back action from the current screen.

    Go Back

  8. Home: This button displays the home screen of the device.

    Home

  9. Hide Keyboard: This button lets you hide the keyboard in the application.

    Hide Keyboard

  10. Rotate Screen: This button lets you switch between landscape and portrait mode.

    Rotate Screen

  11. Tap: Simulates a tap on the selected element.

    Tap

  12. Enter Data: Inputs text or other values into the selected element.

    Enter Data

  13. View Code: Displays the source code of the selected element.

    View Code

  14. Clear: Removes input data from the selected element.

    Clear

  15. Element Details: Shows attribute information of the selected element.

    Element Details

The Test Steps Section will display the actions performed on the device.

NOTE:

Controls and Actions are same for both Android and iOS applications.