Skip to main content

Upload a mobile app to TestOps

TestCloud allows you to perform automated tests on mobile native applications. You can upload a mobile application and local Katalon Studio tests to TestOps, then use TestCloud to orchestrate test executions without having to set up local emulators or simulators.

Requirements

Alternatively, you can log in to TestCloud Web App and navigate to Application to upload app. This guide shows you how to upload a mobile application to TestOps using TestOps interface.

  1. In TestOps home page, select TestCloud from the left sidebar.
  2. Switch to the Applications tab, then click Upload Application. Upload application screen
  1. In the Upload Application dialog, click Choose Files and select the application you want to upload.

    Choose application file to upload to Katalon TestOps
    note
    • Application Repository supports uploading application files in .apk.aab, and .ipa.
    • The size limit for the uploaded application is 500MB.

Result

Your mobile application file is successfully uploaded to TestOps. The metadata of each uploaded application will be displayed in the list.

  • Version: The app version number shown to users (CFBundleShortVersionString in iOS, or versionName in Android).
  • Build: The internal build number of the app (CFBundleVersion on iOS and versionCode on Android).
  • Status: READY when the app is uploaded successfully, PROCESSING when the file is being uploaded and processed, ERROR when the upload failed.
  • Identifier: A unique string assigned to an app to distinguish it from all other apps on a platform.
  • App ID: A unique key assigned by TestCloud to represent your app in the system.
Was this page helpful?