Quick guide for testers
This guide shows you the basic steps to automated testing in Katalon Studio, and explores the basic functions of Katalon True Platform and Katalon Test Execution - Local .
Requirements​
- You have created a Katalon account. You can create an account from Katalon website: Katalon.
- You have downloaded and activated Katalon Studio. For further instruction, see Katalon Studio installation overview.
Create your first test project​
Write your first test case​
If you have other project types, see the corresponding guides for Mobile, Desktop, API, and BDD.
The application under test (AUT) is a demo website called CURA Healthcare Service: https://katalon-demo-cura.herokuapp.com/.
You can clone the sample project here: Healthcare sample.

Plan your tests with a test suite​
This section shows you the basic steps to plan and run a test suite in Katalon Studio with a local browser.
Run your test with Katalon Test Execution - Local using command-line mode execution. To learn more about executing tests with Katalon Test Execution - Local , see Command-line syntax in Katalon Test Execution - Local
- Run your test with Katalon Test Execution - Cloud on standard browsers and operating systems on the cloud. To learn more about executing tests with Katalon Test Execution - Cloud, see Try cross-browser cloud testing
When the test run finishes, Katalon Studio automatically generates test reports.
Analyze your test activities with Cloud Platform​
You can access advanced test reports of your automated testing activities on Katalon Platform. Enable integration with True Platform so the test reports are automatically uploaded after executions. Learn more in this guide.
Try cross-browser cloud testing​
Requirements: You have a Katalon Test Execution - Cloud subscription.
Katalon Test Execution - Cloud is a test automation environment that allows you to execute tests on most standard browsers and operating systems on the cloud. With the 30-day trial of Cloud Execution, you can execute cross-browser tests in a cloud environment.
- Go to Project > Settings > Katalon True Platform. Make sure you have selected Enable Katalon Test Execution - Cloud Integration.
- Open a test suite.
- In the main toolbar, click the dropdown arrow of the Run button and select Test Execution Cloud.
- In the Configuration dialog, Specify the OS, browser, and browser version for Desktop Browsers environment.
- Click Run to launch the test execution.
Execute test via CI/CD pipeline with Katalon Test Execution - Local​
- You have a Katalon Test Execution - Local license or trial.
- You have downloaded and set up Katalon Test Execution - Local . For further instruction, refer to Download Katalon Test Execution - Local.
This section shows you how to generate and use Katalon Test Execution - Local command for test execution.
Katalon Test Execution - Local also supports integrating your tests with CI/CD pipeline. Depending on your preference, you can integrate with GitLab, GitHub Action, or Azure DevOps. To learn about the supported CI/CD integrations, see Supported CI/CD integrations.
Next steps​
- Best practices in Katalon Studio. See Katalon Studio best practices
- BDD testing in Katalon Studio. See BDD Testing Framework (Cucumber integration)
- API testing in Katalon Studio. See Create your first API test with Katalon Studio
- Mobile testing in Katalon Studio. See Mobile Recorder utility
- Data-driven testing in Katalon Studio. See Data-driven testing with Katalon Studio
- Katalon Platform reports. See TestOps dashboard overview
















