Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Expand
titleIdentifying UDID of iOS devices:

Each iOS device has a Unique Device Identifier (UDID), that helps automation engines to identify the specific device from the group of devices. The ID is the combination of letters and numbers that is specific to the device.

You can identify UDID from Simulator window or using the terminal.

To find the UDID of iOS device from the Simulator window:

  1. Open the Simulator window.
  2. On the Hardware menu, select Device and then point to Manage Devices.
  3. Select the device in the left pane.
    Device Information is displayed in the right pane.
    Value displayed against Identifier is the UDID.
  4. Qualitia users can add this identifier in the UDID field when Configuring Mobile Settings

To find the UDID of iOS device using terminal:

  1. Lunch terminal.
  2. Execute command, instruments -s devices.
    The list of devices are displayed.
  3. Take the value for the desired device and add it in the UDID field when Configuring Mobile Settings.

...

Before getting started with the application testing, you must know how to find package and activity name of the Android app or bundle ID of iOS app that you are going to test using Qualitia.

Anchor
How to Find Package / Activity Name or Bundle ID
How to Find Package / Activity Name or Bundle ID

Note

This information is to be obtained from the application development team. In case you do not get this information from the development team, you can follow the procedure mentioned below to acquire this information.

...