To test a native mobile app that is already installed on a device, an Emulator, or a Simulator, specify the app in the connection
string.
-
Open an existing project that tests a native mobile app.
-
Open the
Edit Application Configuration dialog box.
-
Replace the existing app in the connection string with one of the following:
- If you want to test an
iOS app, replace the app with the
bundleId, for example replace
app=MyApp.ipa with
bundleId=silktest.InsuranceMobile.
- If you want to test an
Android app, replace the app with the
appActivity and the
appPackage. For example, replace
app=MyApp.apk with
appActivity=.LoginActivity;appPackage=silktest.insurancemobile.