After you install Mobile Object Spy agents, you must configure them to connect to Mobile Object Spy server you installed earlier. Multiple agents can connect to a single Mobile Object Spy server.
While registering agents to Mobile Object Spy server, you can see the list of dependencies required for mobile application testing through Qualitia. You can add the missing dependencies from there itself.
For more information on adding these dependencies, you may refer to the Prerequisites, Privileges and Configurations section.
Configuring Mobile
...
Agent on Windows
After you install the Mobile Object Spy agent, you must configure it to connect to the mobile object spy server.
Post this configuration, all the existing Android virtual devices (emulators) emulators and real devices get connected to this agent automatically.
To configure iOS devices, to connect to the agent, refer to the Preparing Mobile Devices for Automation Testing section.
ADB commands should not be executed on external terminal while Mobile agent is running.
To Configure Mobile object spy agent:
Launch Mobile Object Spy agent from From the notification area (system tray), right-click the and select Open Configuration.
Expand title View image You will get the following information from system/IT administrator.
- Enter Mobile Server URL and click Open Settings.
Mobile server URL is a combination of Hostname/IP of the machine where Mobile Server is installed along with with the port 4001.
Sample URL may look like: http://192.168.25.44:4001 or http://localhost:4001. - Enter Keychain Path.
It is a path to the private development key exported from the system keychain. - Enter Keychain Password for authenticating to Keychain Path mentioned above.
- Enter the Keystore Password.
For more information about these properties, you may refer to Appium documentation. - Enter the absolute path to the chromedriver executable file which will be used while test case executions on mobile devices.
- Enter the path to the directory where you have stored the chromedriver to be used test case executions on mobile devices.
- Click Save.
- On the subsequent screen, enter Mobile Object Spy Server URL.
Server URL is a combination of hostname/IP of the machine where Qualitia Mobile Object Spy server is installed along with the port 4001.
Sample URL may look like: http://192.168.25.66:4001 or http://localhost:4001 (if the mobile object spy server is installed locally).
Configuring Mobile
...
Agent on Mac
After you install the Mobile Object Spy agent, you must configure it to connect to the mobile object spy server. After this configuration, all the existing Android and iOS virtual and real devices (emulators) get connected to this agent automatically.
To configure iOS devices, to connect to the agent, refer to the Preparing Mobile Devices for Automation Testing section.
To Configure Mobile object spy agent:
Launch Mobile Object Spy agent from From the notification area (system tray).
Expand title View image , right-click the and select Open Configuration.
You will get the following information from system/IT administrator.- Enter Mobile Server URL and click Open Settings.
Mobile server URL is a combination of Hostname/IP of the machine where Mobile Server is installed along with with the port 4001.
Sample URL may look like: http://192.168.25.44:4001 or http://localhost:4001. - Enter Keychain Path.
It is a path to the private development key exported from the system keychain. - Enter Keychain Password for authenticating to Keychain Path mentioned above.
- Enter the Keystore Password.
For more information about these properties, you may refer to Appium documentation. - Enter the absolute path to the chromedriver executable which will be used test case executions on mobile devices.
- Enter the path to the directory where you have stored the chromedriver to be used test case executions on mobile devices.
- Enter XCODE Signing ID.
- Enter XCODE Organization Team ID.
- Click Save.
- On a subsequent screen, enter Mobile Object Spy Server URL.
Server URL is a combination of hostname/IP of the machine where Qualitia Mobile Object Spy server is installed along with the port 4001.
Sample URL may look like: http://192.168.25.66:4001 or http://localhost:4001 (if the mobile object spy server is installed locally).
...