Versions Compared

Key

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

Table of Contents

...

Expand
titleHow to Find UDID?

In order to get started with application testing with mobile devices using Qualitia, users need to specify the Android or iOS device ID into Configuration Settings.

Anchor
HowToFindUDID
HowToFindUDID

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 13568200

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 13568200.


Expand
titleIdentifying UDID of Android device:

UDID of Android device is nothing but the device name.

To identify the device name:

  1. Launch the command prompt.
  2. Execute command, adb devices -l.
    This will list all the devices connected to the computer with device details.
    You can use the device name listed here when 13568200.


...

Expand
titleHow to Find Package / Activity Name or Bundle ID?

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.



Reports and Dashboards

Why the Real-Time Reporting Portal is not showing some suite execution reports?
The following reasons due to which some suite executions are not displayed:

The user might have applied filter options.
The user does not have access to the associated project. 
Before executing the test suite, the user did not select the Enable Real-Time Reporting as True in the associated execution profile. After the test suite execution, the user has an option to import the locally saved report.
The system in which the execution occurred was not connected to Qualitia Server.
If it is an offline package execution, the user who created the offline package is currently not assigned to the associated project.
The portal does not support test cases executed through TFS Azure DevOps or HP ALM.
The portal does not show Dry run executions
Qualitia server folder does not have sufficient space. If you want to remove some reports, refer to https://qualitia.atlassian.net/wiki/spaces/QAS8/pages/1450967246/Purging+Data+from+the+Server+Administration+Portal



Expand
titleWhy the Real Time Reporting Portal is not Showing some Suite Executions?

Why the Real-Time Reporting Portal is not showing some suite execution reports?

The following reasons due to which some suite executions are not displayed:

  • The user might have applied filter options.
  • The user does not have access to the associated project. 
  • Before executing the test suite, the user did not select the Enable Real-Time Reporting as True in the associated execution profile. After the test suite execution, the user has an option to import the locally saved report.
  • The system in which the execution occurred was not connected to Qualitia Server.
  • If it is an offline package execution, the user who created the offline package is currently not assigned to the associated project.
  • The portal does not support test cases executed through TFS Azure DevOps or HP ALM.
  • The portal does not show Dry run executions
  • Qualitia server folder does not have sufficient space. If you want to remove some reports, refer to https://qualitia.atlassian.net/wiki/spaces/QAS8/pages/1450967246/Purging+Data+from+the+Server+Administration+Portal




Expand
titleHow to Enable Higher Concurrency for Web-Based Dashboards and Reports (For MySQL only)?

In order to access Web-based dashboards seamlessly, you must set these configuration settings for MySQL server.

  • On Windows these settings can be configured in the C:\Program Files\MySQL\MySQL Server 5.7\my-default.ini
  • On Linux these settings can be configured in the $MYSQL_HOME/my.cnf

Set the following parameters in the file mentioned above:

  • innodb_buffer_pool_size=64M
  • query_cache_size=128M

...