Select a device for manual testing

The Manual Testing view displays all devices in the Perfecto lab, either in list or tile format. You can sort the order of appearance, for example by availability. For each device, Perfecto indicates:

  • Model
  • Audio support  (only available for mobile devices)
  • SIM card installation  (only available for mobile devices)
  • DevTunnel connected  (only available for mobile devices) 
  • Current user, if the device is in use

    If you need to contact the user locking the device, you can move the pointer over the user icon and select Send email to contact the current user.

  • Status (AVAILABLEIN USE, IN USE BY ME, RELEASING, OFFLINE, or IN ERROR)

    If the device is IN ERROR status, you can click CONTACT US to open a ticket with Perfecto Support.

  • Operating system
  • Device ID (only available in list view)
  • Browser (only available for desktop web devices)
  • Resolution (only available for desktop web devices)
  • Location (only available in list view)
  • Description (only available in list view)
  • Network (only available in list view)

The left pane contains folders that you can select to focus on only mobile or web devices, or only devices of a specific OS. You can minimize this pane by clicking the left arrow .

You can open a mobile or web device for manual testing or to generate capabilities for automated testing. Up to 6 sessions can run in parallel. A device session times out after 15 minutes of inactivity. If it is not in use by another user, you can reconnect to the device from the My Devices tab. 

Search, sort, and filter devices

You can search for any devices by using the search box in the top right corner of the view.

You can quickly sort or filter the displayed list of devices by using the respective drop-down lists above the list or tile view.

To search devices:

  • At the top of the view, in the search field, enter values for any of these parameters: Device Model, Availability, Operating system, Device Id, Location, Description, Network

To sort devices:

  • At the top of the view, from the Sort by list, select one of the following values: Availability, Device model, Operating system, Device Audio, Device Sim, Location, Used by

To filter devices by availability:

  • At the top of the view, from the Availability list, select one of the following values: AVAILABLE, IN USE, IN ERROR, OFFLINE

Display device information

Perfecto displays detailed basic information on the selected device in the details pane on the right. 

To display device information:

  • In the list or tile view, click a device to select it.

    The details pane for the device opens on the right. Clicking More details reveals additional information.

 

Mobile device

Virtual mobile device

Web device

Basic info

  • Availability: The status (AvailableIn Use, or In Use By Me)
  • Operating system: The type of OS and the version number
  • Device ID: The identifier of the device
  • Location: The location of the data center where the device is connected
  • Description: The content of the Description field (if available)
  • Availability: The status (Available, In Use, or In Use By Me)

  • Version: The type of OS and the version number

  • Resolution: The display resolution of the virtual device

  • Availability: The status (AvailableIn Use, or In Use By Me)
  • Operating System: The version for Windows or the OS-Name for Mac
  • Browser: The selected browser and version (see a list of supported versions here).
  • Resolution: The display resolution of the VM
  • Location: The hosting location of the VM (for Windows devices)

More details

  • Network: The carrier (if the device is connected to a wireless carrier)
  • Phone number: The phone number of the device (if the device is connected to a wireless carrier)
  • Firmware: The firmware version installed on the device
  • Distributor: The company responsible for the device
  • IMSI: The International Mobile Subscriber Identity (IMSI) number of the device
  • Automation: The automation framework used

N/A

N/A

Open a device for testing

You can open any mobile device in the lab or resume a recent web session on a VM that is currently not in use. For desktop web devices, you can also start a new web session. Every device opens in its own, dedicated tab.

Important: If the popup blocker is active in the browser, you may need to click Always Allow to permit the Perfecto Lab to generate the new tab for the device session.

Export devices to a CSV file

For real devices, you can export the list of devices to a comma-separated values (CSV) file.

Important: To be able to open the file properly, make sure to use a comma as a separator between list items. If your machine is set up to use a different List Separator (Windows) or Decimal Seperator (Mac), such as a colon or semi-colon, you must change that separator to a comma.

To export to a CSV file:

  • In the list view, at the top right of the table, click the Download CSV button .

    Restriction: The Download CSV button is available only when the devices are displayed in the list view.

Generate capabilities

In the details pane on the right, on the Capabilities tab, you can auto-generate the capabilities required for automated testing. Perfecto creates a code sample in the programming language of your choice (Java, JavaScript, Python, Ruby, C#, or PHP) that you can then copy and paste into your Selenium or Appium script to select the device using the DesiredCapabilities object. For more information on using capabilities, see Define capabilities.

To generate capabilities (for mobile and web devices):

  1. In the list or tile view, click a device.
  2. In the details pane on the right, click the Capabilities tab.
  3. (Mobile device only) Depending on what you want to see in your code sample, select Device attributes or Device ID.

  4. From the drop-down list, select the programming language to use.
  5. The code snippet is updated automatically.
  6. Click Copy to clipboard.
  7. Paste it into your existing script.