/
How to record a session from a iOS device using QAS?
Back to QMetry All Products Help Page
How to record a session from a iOS device using QAS?
To record your session from an iOS device follow the steps mentioned below:
Connect iOS with Appium :
- You should have an IOS device.
- Install xcode.
- Refer below articles to connect your iOS device to Appium.
Desktop Settings :
- Install Appium.
- Start Appium Server with default setting (Simple Mode, Host - 0.0.0.0, Port - 4723).
- Go to Terminal/Command Prompt - execute the command “adb devices”. Refer this help link.
- You should get the list of connected devices.
- You will get a notification on your mobile phone to allow the Appium permissions. Provide permissions.
QAS Settings :
- Create a Project with IOS Platform, with details of bundleId of the app that you are recording. Refer this help article.
- Begin Recording. Refer this help article.
- Create a Testsuite and Test case.
- Start the IOS Recorder.
- All required capabilities will be automatically set (You can also edit the default settings and add your custom configuration). Now just Save.
- Start Recording and you should be connected to your IOS phone application.
, multiple selections available,
Related content
How to handle basic authentication pop-up during test recording?
How to handle basic authentication pop-up during test recording?
Read with this
How to fetch App Activity and App Package?
How to fetch App Activity and App Package?
Read with this
How to store variable value during tests
How to store variable value during tests
Read with this
Install and Set Up Android Automation Environment
Install and Set Up Android Automation Environment
Read with this
How to provide Assertion Syntax values to fields?
How to provide Assertion Syntax values to fields?
Read with this
How to use Javascript custom step for Test Cases?
How to use Javascript custom step for Test Cases?
Read with this
Back to QMetry All Products Help Page