Recording Tests

Running a Test Case

Prerequisites: A project with at least one test case or test suite created.

Open Your Project: Start Katalon Studio and open the project containing your test cases.

  1. Select a Test Case: In the Test Explorer panel, navigate to the Test Cases folder. Expand it and select the test case you want to run.
  2. Run the Test Case: You can run the test case in several ways:
  1. View Results: After the test case execution, the Log Viewer panel will display the execution log. The Test Case Results tab will show the status of the test case (Passed, Failed, Error, etc.), along with any logs, errors, or screenshots captured during the test.

Running a Test Suite

  1. Select a Test Suite: In the Test Explorer panel, navigate to the Test Suites folder. Expand it and select the test suite you want to run.
  2. Run the Test Suite: Similar to running a single test case, you can run a test suite using the toolbar, context menu, or keyboard shortcut. Select Run As > Test Suite and then choose the execution environment.
  3. View Results: The Log Viewer panel will display the execution log for the entire test suite. The Test Suite Results tab shows the results for each test case within the suite, including their individual statuses and any associated logs or errors.

Running Tests in Different Environments

Katalon Studio allows you to run your tests across different environments, such as different browsers for web applications, various devices or emulators for mobile applications, or different API environments.

Additional Tips