Skip to main content

Local testing in Katalon Studio

Last updated: June 2026

This document shows you how to perform local testing with Test Execution - Cloud Tunnel in Katalon Studio.

If your application under test is locally hosted in a private network, you can set up a tunnel for Test Execution - Cloud server to access the application.

  1. Configure Katalon Tunnel from Admin settings. See Configure Katalon Tunnel.
  2. Run tests with the Private/Local Testing option enabled in Katalon Studio.

Run tests with Test Execution - Cloud Tunnel in Katalon Studio​

Requirements

In Katalon Studio, you can use the Tunnel Setup Helper to download and configure Test Execution - Cloud Tunnel.

  1. In Katalon Studio, select the dropdown Run menu and choose to run with Cloud Execution.

  2. In the Test Execution - Cloud Configuration dialog, select your testing environment, then enable the Private/Local Testing option.

    TestCloud Configuration dialog, TestCloud Tunnel not available status
  3. Click the Tunnel Setup Helper link. The Tunnel Setup Helper dialog appears.

    Tunnel Setup Helper dialog
  4. Follow the step-by-step instructions in the dialog:

    1. Select your OS and download the .zip file, then unzip it.

    2. Open the command-line interface (CLI) and navigate to the directory containing the tunnel executable. Copy the command from the dialog and run it.

      Example command:

      /Applications/kt config --tenant KatalonStudio --username "myusername@katalon.com" --organization-id "myid" --api-key "myapikey"
      note

      For users outside the US region (e.g., EU): after this step, update the server URL in the tunnelconfig file before continuing.

    3. Run kt start to start the tunnel.

      Note: Keep your CLI open until you have finished running tests.

      Sample terminal message for running TestCloud Tunnel
  5. Switch back to Tunnel Setup Helper and click Close.
    Click Refresh and you should see the message: "Tunnel is available".

    TestCloud Configuration dialog - TestCloud Tunnel available
  6. Select Run to start executing your test suite or test suite collection with Test Execution - Cloud Tunnel.

Was this page helpful?