---
source_url: "https://docs.katalon.com/katalon-studio/integrations/cloud-device-integrations/pcloudy-integration"
title: "pCloudy integration | Katalon Docs"
mirrored_at: 2026-08-31T15:03:04.106Z
host: docs.katalon.com
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/docs.katalon.com/katalon-studio/integrations/cloud-device-integrations/pcloudy-integration"
---

> **Original source:** https://docs.katalon.com/katalon-studio/integrations/cloud-device-integrations/pcloudy-integration

Last updated

:

September 2025

Katalon Studio enables you to perform automated Mobile and Web Testing by creating codeless automation scripts with a powerful record and playback feature. Integrating Katalon Studio with pCloudy will help you run your existing scripts on 5000+ browser and device combinations.

## Running Katalon Tests on pCloudy Device Cloud[​](#running-katalon-tests-on-pcloudy-device-cloud "Direct link to running-katalon-tests-on-pcloudy-device-cloud")

-   User must have a registered pCloudy account.
-   Mobile Application must be uploaded to the [My Data](https://www.pcloudy.com/docs/uploading-an-android-app) section on pCloudy portal.
-   Katalon Studio

1.  You can open an existing project on Katalon Studio. In this example we are using a sample test case using Mobile keywords, where we Launch an Android application, then click at two elements and close the application.
    
    You will need to provide the application name for the **Input** of **Start Application** Keyword.![input keyword in Katalon Studio](https://docs.katalon.com/76168e30-f54d-11ed-878a-0242c7a41fd4/KS-_input_keyword.png)
    
2.  To generate the capabilities, the user can use the [Capability Configurator](https://device.pcloudy.com/user?tab=capabilities) from the pCloudy platform as shown below.![pCloudy capability configurator](https://docs.katalon.com/75a64030-f54d-11ed-878a-0242c7a41fd4/pCloudy-_capability_configurator.png)
    
    Note:
    
    -   The URL for the device cloud is included with the capabilities.
        
    -   Make sure the selected device is available on the device cloud before running the script.
        
    -   You can also get the API key from the [profile section](https://device.pcloudy.com/settings?tab=profile) on the pCloudy platform as mentioned below. ![](https://docs.katalon.com/75f99050-f54d-11ed-878a-0242c7a41fd4/pCloudy_API_key_.png)
        
    
3.  To add the capabilities on Katalon remote server, navigate to .![Katalon Studio remote server](https://docs.katalon.com/77652e40-f54d-11ed-878a-0242c7a41fd4/KS-_remote_server.png)
4.  Now choose Remote from the Run options.![Katalon Studio remote run](https://docs.katalon.com/768c3360-f54d-11ed-878a-0242c7a41fd4/KS-_remote_run.png)
5.  Now the mentioned device from the capabilities will be acquired on the pCloudy platfrom and the scripts will be executed. You will be able to view the live session under My Active Sessions on the pCloudy platform. ![pCloudy - my Active Sessions](https://docs.katalon.com/77566131-f54d-11ed-878a-0242c7a41fd4/pcloudy_-_My_active_sessions.png) 

## Using Katalon Studio’s Record Mobile Feature on pCloudy Devices[​](#using-katalon-studios-record-mobile-feature-on-pcloudy-devices "Direct link to using-katalon-studios-record-mobile-feature-on-pcloudy-devices")

1.  Choose Remote Devices from the Record Mobile. ![Katalon Studio remote devices](https://docs.katalon.com/752b1cc0-f54d-11ed-878a-0242c7a41fd4/KS_-_Remote_devices.png) 
2.  Provide the Application name for the Cloud Application ID and click on Start. ![Katalon Studio Cloud Application ID](https://docs.katalon.com/757ebb00-f54d-11ed-878a-0242c7a41fd4/KS_-_Cloud_Application_ID.png) 
3.  Now you can record the steps on the application via pCloudy device and create the steps for the test and all the objects will be stored inside Object Repository on Katalon.
    
    Here we are choosing the Accept icon from the application and performing a Tap action on it. ![Katalon Studio record test step](https://docs.katalon.com/75388a40-f54d-11ed-878a-0242c7a41fd4/KS_-_record_test_steps_pCloudy.png)The recorded objects will be stored into Object Repository as shown below in Katalon Studio. ![Katalon Studio object repository](https://docs.katalon.com/778c6550-f54d-11ed-878a-0242c7a41fd4/KS_-_object_repository.png)
    

## Running Katalon Tests on pCloudy Browser Cloud[​](#running-katalon-tests-on-pcloudy-browser-cloud "Direct link to running-katalon-tests-on-pcloudy-browser-cloud")

1.  Open an existing project on Katalon which you want to Execute. In this example we are using a sample test case with Web UI Keywords, where we open a browser and navigate to an URL and close the browser. ![Katalon Studio - Web UI test case](https://docs.katalon.com/754c8770-f54d-11ed-878a-0242c7a41fd4/KS_-_sample_WebUI_test_case_.png) 
2.  To add the capabilities for Browser Cloud on Katalon remote server, navigate to .
    
    For our example, connect to a Chrome browser on Windows OS with the capabilities in the screenshot below: ![Katalon Studio remote server capabilities](https://docs.katalon.com/765740b0-f54d-11ed-878a-0242c7a41fd4/Ks_-_remote_server_deisred_capabilities.png)For apiKey capabilitiy, you can get the Browser Cloud URL and API Key from the [profile section](https://device.pcloudy.com/settings?tab=profile) on the pCloudy platform.
    
    Note:
    
    -   The URL for the browser cloud is `[https://prod-browsercloud-in.pcloudy.com/seleniumcloud/wd/hub](https://prod-browsercloud-in.pcloudy.com/seleniumcloud/wd/hub)`.
    -   Make sure the selected device is available on browser cloud before running.
    
3.  Next, choose Remote from the Run options. ![Katalon Studio remote run](https://docs.katalon.com/76f09a80-f54d-11ed-878a-0242c7a41fd4/KS_-_remote_web_run.png) 
4.  Now the mentioned device from the capabilities will be acquired on the pCloudy platform and the scripts will be executed. You will be able to view the live session under My Active Sessions on the pCloudy platform. ![pCloudy - My active sessions](https://docs.katalon.com/75d89ad0-f54d-11ed-878a-0242c7a41fd4/pcloudy_-_web_test-__My_active_sessions.png) 

## Running parallel tests using Katalon on pCloudy Browser Cloud[​](#running-parallel-tests-using-katalon-on-pcloudy-browser-cloud "Direct link to running-parallel-tests-using-katalon-on-pcloudy-browser-cloud")

1.  Create two Test Cases (Example: **Testcase1** and **Testcase2**) in Katalon Studio. ![Katalon Studio create a test case 1](https://docs.katalon.com/74d00470-f54d-11ed-878a-0242c7a41fd4/KS_-_parallel_test_cases.png)![Katalon Studio test case 2](https://docs.katalon.com/76e2b7d0-f54d-11ed-878a-0242c7a41fd4/KS_-_create_testcase_2.png) 
2.  Create two different Test Suites (Example: **Test Suite 1** and **Test Suite 2**) and add the Test Cases to each Test Suites as illustrated below. ![create test suite 1](https://docs.katalon.com/77a36fc0-f54d-11ed-878a-0242c7a41fd4/KS_-_create_test_case_2.png)![create test suite 2](https://docs.katalon.com/76e94780-f54d-11ed-878a-0242c7a41fd4/KS_-_create_test_suite_2.png) 
3.  Next, create a **Test Suite Collection** (Example: **pCloudy Testsuite Collection**) and add the Test Suite 1 and 2 to the Test Suite Collection. ![create test suite collection](https://docs.katalon.com/76482580-f54d-11ed-878a-0242c7a41fd4/Ks_-_create_test_suite_collection.png) 
4.  Next, open Execution from Project Settings and select Remote from Default execution and check the Post Execution Options as mentioned below. ![Katalon Studio - project settings - execution](https://docs.katalon.com/76dc2820-f54d-11ed-878a-0242c7a41fd4/KS_-__project_settings_-_Exection.png) 
5.  Next, select the Run Environment to Remote. ![Katalon Studio - remote run environment](https://docs.katalon.com/770e5bb0-f54d-11ed-878a-0242c7a41fd4/KS_-_remote_run_environment.png) 
6.  Select Parallel from the Execution Mode and click Execute. ![Katalon Studio - parallel exectution](https://docs.katalon.com/76855590-f54d-11ed-878a-0242c7a41fd4/KS_-_parallel_execution_mode.png)![Katalon Studio execution](https://docs.katalon.com/753f4100-f54d-11ed-878a-0242c7a41fd4/KS_-_execute.png) 
7.  Now the mentioned browser from the capabilities will be acquired on the pCloudy platform and the scripts will be executed. You will be able to view the live session under My Active Sessions on the pCloudy platform. ![pCloudy- my active sessions](https://docs.katalon.com/756d2ed0-f54d-11ed-878a-0242c7a41fd4/pCloudy_-_parallel_testing-_My_active_sessions.png)