
Getting Started Guide
How to Use Katalon
A practical guide to get you up and running with Katalon. Written by Delv Editorial, Delv Team.
Getting started with Katalon
In this guide, you'll learn how to set up Katalon and create your first automated test. By the end, you'll be equipped to start testing web, mobile, and API applications with ease.Step 1: Sign up and set up
- Go to katalon.com.
- Click on the Get Started Free button on the homepage.
- Fill in the sign-up form with your email address and password, then click Sign Up.
- After verifying your email, log in to your Katalon account.
- You’ll be directed to the Katalon Studio download page. Download and install Katalon Studio for your operating system.
Step 2: Your first test
- Open Katalon Studio and click on Create a New Project.
- Enter a project name and select Web as the project type, then click OK.
- In the left sidebar, right-click on Test Cases and select New > Test Case.
- Name your test case and click OK.
- Use the Record feature by clicking the Record Web button in the toolbar.
- Follow the prompts to navigate through the web application you want to test. Katalon will capture your actions.
- Once done, click Stop Recording. Review the generated test steps in the Test Case editor.
- Click the Run button (green play icon) to execute your test.
Step 3: Get better results
- Use the Object Spy tool to identify and store web elements for your tests. Click on the Spy button in the toolbar and select Web.
- Enhance your test cases by adding assertions. Right-click on a test step, select Add Assertion, and choose the type of validation you need (e.g., check if an element is present).
- Explore the Test Suite feature to group multiple test cases together for batch execution. Right-click on Test Suites and select New > Test Suite.