Recording mobile tests for iOS applications

You can record a mobile test to capture the actions that you perform on iOS applications. The actions are captured as test steps to a mobile test recording.

Before you begin

You must have completed the following tasks:
  • Read and completed the prerequiste tasks listed in Prerequisite tasks for recording iOS tests.
  • Ran the UI Test Agent on the default port to connect to your mobile devices or simulators.
  • Installed the application under test on your mobile device or simulator.

About this task

Generally, when you record actions on the iOS application, the controls on the application are identified by using one of the control properties which is a unique identifier for that control. The input fields on the iOS applications are identified by using the Label property also.

If the port number of the computer on which you run the UI Test Agent is not the default port, then you must specify the port number. To specify the port number, you must perform the following tasks:
  1. Click Windows > Preferences > Test Execution > UI Test Playback > Mobile Device tab.
  2. Select theHost check box.
  3. Enter the port number in the Port field.

You can then perform the following steps to record a mobile test on the iOS application.

Procedure

  1. Go to the UI Test perspective in HCL OneTest UI.
  2. Click the New Test from Recording icon in the toolbar and select Mobile Test.

    The New Mobile Test From Recording dialog box is displayed.

  3. Select a directory to save the test.
  4. Enter the name of the test in the Test name field, and click Next.
    The Select mobile application page displays the list of all mobile applications that you configured in the Application Configuration page.
  5. Select the iOS application that you want to test.
    Note: The real devices or the simulators that are connected to the computer are listed and you can select any device or simulator from the list.
  6. Select the device from the Select mobile device list.
  7. Click Next, and then click Finish.

    The application is displayed in a virtual client of both, the real mobile device or the emulator.

    The recording is started in a web browser.

    You can perform the actions on the selected mobile application by using the virtual client. The actions that you perform are imitated on the device or emulator and are captured as test steps in the test.

    The test steps are displayed on the Test Steps pane of the virtual client window.

    The following table lists the options of the actions that you can perform in the virtual client:
    Option Action when clicked
    Stop recording stop mobile recording Stops the recording and generates the mobile test recording
    Screen lock Performs screen lock action Performs the lock screen action on the mobile device or simulator
    Refresh refreshes the virtual client Refreshes the virtual client if the actions that you perform on the virtual client is not synchronized with the mobile device
    Volume up increase volume level Increases the volume on the mobile device or simulator
    Volume down Reduces the volume in the device or emulator Decreases the volume on the mobile device or simulator
    Home Navigates to the home screen Navigates to the home screen
  8. Click Stop recording.
    The recording of the test is stopped and the browser window is closed. The Test Generation dialog box is displayed in the UI Test perspective.

Results

You have recorded a test for an iOS mobile application.

What to do next

You can perform any of the following tasks: