Automated Test Run
This document shows you how to create, configure, and execute an Automated Test Run in Katalon True Platform.
- Test artifacts are available in Katalon True Platform. Choose one of these methods:
- Upload a Katalon Studio project or ZIP file to a local repository: Upload test cases through ZIP upload
- Sync a connected repository through Git integration: GitHub integration, GitLab integration, Bitbucket integration, or Azure Repos integration
- After the sync is complete, verify that your test suites or test suite collections appear in the project repository before creating the run.
After syncing your projects and test artifacts to Katalon True Platform, you can execute and orchestrate automated test runs there, then review results over time for high-level insights into quality trends, releases, and execution health.
Get started: Configure and execute an automated test in UI mode​
By default, you execute an automated test in UI mode.
Follow these steps to create a run with UI Mode:
-
Go to Executions > +Create > Create Automated Test Run.
-
Fill in details:
- Test Run Name
- Creator (default: current user)
- Release/Sprint (data from this run will be included in relevant analytics).
- Additional information: add more information in existing fields and custom fields, for later analytics purpose. See Customizable Fields to learn how to create these fields and assign tags for later analytics.
-
Select Test Run Type: Desktop & Mobile Browser, Mobile Native App, or Web Services.
-
Click Select Tests → pick test suites and test suite collections from the repository.
-
Select a Profile.
-
Configure environment configurations depending on the type:
- Standalone suites: You can configure multiple environments.
- Test Suite Collection (TSC):
-
TSC configurations are defined by the user in Katalon Studio.
-
When you select a TSC and schedule it in Katalon True Platform, the system will automatically apply the configurations that were previously set in Katalon Studio (including test suites, profiles, environments, and execution modes).
-
However, if you manually update any configuration of the TSC in Katalon True Platform, that TSC’s configurations will no longer sync with the one in Katalon Studio.
-
-
Click Run Now to create and execute the test. You will be redirected to the Test Run Details page, for monitoring purpose (learn more about managing test runs at ...).
Create and Execute an automated test run with Katalon AI​
You can also ask Katalon AI Assistant to help create an automated test run. This is useful when you already know the run requirements and want the assistant to prepare the setup faster in Katalon True Platform.
To get the best result, include the key run requirements in your prompt, such as the test run name, test run type, selected tests, execution profile, environment, release or sprint, and whether the run should start immediately or follow a schedule.
- Open Katalon AI Assistant in Katalon True Platform.
- Prompt the assistant to create an automated test run and include the required details.
- Open the Test Run Details page to monitor execution and review results over time.
Basic configurations for automated tests​
This section walks you through basic configurations for an automated test run. See Advanced configurations section below to explore more configurations you may find useful for your project.
Select test run types​
When creating a test run, you must choose a Test Run Type. Choosing the correct type ensures that your tests are executed in the right runtime with the right dependencies. Each type corresponds to a different kind of testing environment:
If you ask Katalon AI Assistant to create the run, specify the Test Run Type clearly in your prompt so the assistant can guide you to the right configuration path.
-
Desktop & Mobile Browser
- For functional tests on web applications.
- Runs across OS + browser combinations (e.g., Chrome on Windows, Safari on macOS).
-
Mobile Native App
- For testing Android/iOS apps.
- Requires uploading the app (APK/IPA) and configuring devices/emulators.
-
Web Services
- For testing APIs and backend services.
- Runs in your chosen local/cloud agent environment, validating requests and responses.