Testing an Installed App

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.
  1. Open an existing project that tests a native mobile app.
  2. Open the Edit Application Configuration dialog box.
  3. 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.
For additional information, see Connection String.