Mobile App Test Case Execution
1. iOS
- Select the test case for the run.
- Click on the Run button.
- Below Popup box will appear on the screen.
IPA Upload :
Once you click on the Run button, you will see the New Test Run window. Then click on Upload Build.
- IPA: Upload the .ipa file you wish to test (only required the first time)
- The “Use previous .ipa” file will allow you to run the test cases on the device without a reinstall.
- “Use the previous .ipa” with the “Delete the previous app from device & reinstall” in order to delete the app and reinstall it on the device.
- Bundle Identifier: You can use a bundle identifier instead of upload .ipa
- Select Bundle Identifier.
- Add your application’s bundle identifier (com.apple.mobilesafari)
- Click on the Next button.
Notes: “Your (.ipa) app file should have a valid signature for installation on an iOS device.”
Select iOS Device:
-
- Select devices (single or multiple).
- Click on the Run Test button.
2. Android
-
- Select the test case for the run.
- Click on the Run button.
- Below Popup box will appear on the screen.
APK Upload:
Once you click on the Run button, you will see the New Test Run window. Then click on Upload Build.
- APK: Upload the .apk file you wish to test (only required the first time)
- The “Use previous .apk” file will allow you to run the test cases on the device without a reinstall.
- “Use the previous .apk” with the “Delete the previous app from device & reinstall” to delete the app and reinstall it on the device.
- Bundle Identifier: You can use a bundle identifier instead of upload .apk
- Select Bundle Identifier.
- Add your application’s bundle identifier (com.android.chrome)
- Click on the Next button.
Select Android Device:
-
- Select devices (single or multiple).
- Click on the Run Test button.
As simple as that! Happy Testing