Record an iOS Hybrid Test
Once the native Mobile Testing Agent app is connected to Test Studio Mobile the devices are listed in the Conencted Devices pane.
-
Open an iOS Hybrid test to enable the recording buttons.
-
Clicking on any of the Record buttons, shows a dialog where
Application Identifier
must be entered. The app identifier is:- For AppBuilder app, it is set during AppBuidler app configuration process.
- For Cordova app, it is set in the Cordova CLI during the Cordova App creation process and is something like telerikmt1.
- For the Demo Hyrbid App, it is already setup with the telerikmt1 identifier for iOS.
-
Clicking the Start button disconnects the Agent app and launches the testable app. The test recorder is attached and any gestures or actions you perform over the launched testable app are recorded as steps in the Test Studio test
Additional steps (e.g. verifications) can be added through the Step Builder.
-
Once the test is complete, stop recording by clicking on the Stop Record button. The recorder is detached, the testable app is closed and the Agent app is returned in connected state.