Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 17 additions & 8 deletions docs/katalon-integration-with-hyperexecute.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,28 +80,37 @@ It also comes with a built-in interface for codeless automation testing and vali

4. Create the hyperexecute.yaml file in the root directory of your Katalon project with the given parameters:

```bash
```yaml
version: 0.1
globalTimeout: 90
testSuiteTimeout: 90
testSuiteStep: 90
retryOnFailure: false
maxRetries: 1

autosplit: true

runson: win
pre:
- pip install requests # To install pip request
- python installer.py # To install the certs in the Machine


tunnel: true
tunnelOpts:
global: true
autosplit: true

concurrency: 2

pre:
- pip install requests # To install pip request
- python installer.py # To install the certs in the Machine

runtime: katalon

testDiscovery:
type: raw
mode: dynamic
command: grep -lr 'testSuiteGuid' */*.ts | sed 's/:.*//' | sed 's/.ts//g'

testRunnerCommand: katalonc `-noSplash `-runMode=console `-projectPath="G:\foreman\Hyperexecute_Sample\Hyperexecute_Sample.prj" `-retry=0 `-testSuitePath="$test" `-browserType="firefox" `-executionProfile="default" `-apiKey="aaa9402b-6a2e-4621-a4c3-05fe356f5aad" `-`-config `-webui.autoUpdateDrivers=true

retryOnFailure: false
maxRetries: 1
```

Paste the command that you generated from the Katalon UI to fill the **testRunnerCommand** field in the _hyperexecute.yaml_ file.
Expand Down
104 changes: 104 additions & 0 deletions docs/private-device-allocation-to-teams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
id: private-device-allocation-to-teams
title: Private Device Allocation to Teams
hide_title: false
sidebar_label: Private Device Allocation to Teams
description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today!
keywords:
- private device
- private decive allocation to teams
- real device
- virtual device
url: https://www.lambdatest.com/support/docs/private-device-allocation-to-teams/
site_name: LambdaTest
slug: private-device-allocation-to-teams/
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<script type="application/ld+json"
dangerouslySetInnerHTML={{ __html: JSON.stringify({
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "LambdaTest",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Support",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Private Device Allocation to Teams",
"item": "https://www.lambdatest.com/support/docs/private-device-allocation-to-teams/"
}]
})
}}
></script>
The Teams feature for Private Cloud Devices enables organization admins to divide and allocate private cloud devices among teams within their organization which ensures effective resource management. Team members then gain exclusive access to the allocated devices, ensuring efficient and secure testing workflows.

## Steps to Allocate Devices to Teams

### Step 1: Create or Select a Team
- Go to the Teams section under the Organization Settings
- Create your [Organization](/support/docs/team-management/#create-an-organization)
- Then, create your [Team](/support/docs/team-management/#create-your-first-team) and assign members by selecting users from your organization.

### Step 2: Allocate Devices to the Team
In the **Private Cloud Devices** tab section, distribute your devices amongst your teams for restricted access via:

<Tabs className="docs__val">

<TabItem value="bulk" label="Bulk Distribute" default>
- Click on the **Bulk Distribute** button and select all the devices that you want to allocate to the teams.
- Click on the **Distribute** button. In the popup, choose the teams from the dropdown list.
- Click on the **Allocate** button.
The devices will now appear in the team’s device pool, accessible only to its members.

<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/bulk-distribute.gif').default} alt="Image" className="doc_img img_center"/>

</TabItem>

<TabItem value="single" label="Uni Distribute" default>
- Click on the **Allocate** button from the right side of your desired device.
- In the popup, choose the teams from the dropdown list.
- Click on the **Allocate** button.
The selected device will now appear in the team’s device pool, accessible only to its members.

<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/uni-distribute.gif').default} alt="Image" className="doc_img img_center"/>
</TabItem>

</Tabs>

> You can also see tags of all those teams to which those devices are allocated.

## De-Allocate any Device from Teams
- Click on the **Deallocate** button from the right side of your desired device.

The selected device will no longer appear in all those allocated team’s device pool.

<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/deallocate-device.gif').default} alt="Image" className="doc_img img_center"/>

## Edit Allocatation of any Device
To edit allocation of any device, or simply if you want to add/remove any team allocation from any particular device then:

- Click on the Edit Allocation button from the right side of your desired device.
- Select or Deselect your required teams.
- Click on the **Allocate** button.

<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/edit-allocation.gif').default} alt="Image" className="doc_img img_center"/>

## Filter your Devices
In the topbar, you have plenty of options to filter your devices based on:

- You can select from the drop down whether you want to see **All Devices**, **Allocated Devices**, or all the **Available Devices** in the table.
- You can also search for a particular device based on the **device name**, or its **UDID**.
- **OS :** Select which OS devices you want to allocate or deallocate.
- **Teams :** Select from which team you want to filter your device and perform allocatation or deallocation of devices.

<img loading="lazy" src={require('../assets/images/real-device-app-testing/teams/filters.png').default} alt="Image" className="doc_img img_center"/>
6 changes: 1 addition & 5 deletions docs/public-cloud-vs-private-cloud.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: public-cloud-vs-private-cloud
title: Public Cloud VS Private Cloud
hide_title: true
hide_title: false
sidebar_label: Public Cloud VS Private Cloud
description: Discover how LambdaTest's private real device cloud ensures seamless app and website functionality across devices with tailored, robust testing solutions for accuracy and flexibility.
keywords:
Expand Down Expand Up @@ -38,17 +38,13 @@ slug: public-cloud-vs-private-cloud/
})
}}
></script>

# Public Cloud vs Private Cloud
***
In mobile app development, thorough testing on real devices is essential for performance and seamless user experience. Platforms like Public and Private Device Clouds offer access to a variety of real devices for testing, each with differences in accessibility, security, and features. Understanding these nuances is crucial for organizations to choose the right option.

Our detailed document compares Public Device Cloud and Private Device Cloud, focusing on their benefits for real device testing. It considers factors such as device access, session duration, settings control, and testing capabilities allowing organizations to make informed decisions about their testing strategies based on their needs and goals.

<img loading="lazy" src={require('../assets/images/real-device-browser-testing/private-cloud-vs-public-cloud.webp').default} alt="add" width="1346" height="647" className="doc_img"/>

## Why Choose Private Cloud
***

Here is the detailed comparison of Public Cloud and Private Cloud:

Expand Down
8 changes: 2 additions & 6 deletions docs/select-pre-installed-apps.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: select-pre-installed-apps
title: Select Pre-Installed Apps
hide_title: true
title: Select Pre-Installed App in Session
hide_title: false
sidebar_label: Select Pre-Installed Apps
description: Learn real device app testing with LambdaTest across Android and iOS devices. Start testing effortlessly today!
keywords:
Expand Down Expand Up @@ -36,12 +36,8 @@ slug: select-pre-installed-apps/
}}
></script>

# Select Pre-Installed App in Session

LambdaTest empowers developers with a comprehensive testing environment, enabling thorough examination of mobile applications and websites across real devices and browsers. One standout feature is the ability to start testing sessions with pre-installed applications, enhancing efficiency, and reducing test start time, in **private cloud** setups where data retention and reusability are paramount.

***

Let's delve into the streamlined steps to initiate a testing session with pre-installed applications:

**Step 1.** Login to your LambdaTest account. Go to **App Testing** under **Real Device** from the left sidebar.
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@ module.exports = {
type: "category",
collapsed: true,
label: "Private Cloud",
items: ["public-cloud-vs-private-cloud", "select-pre-installed-apps"],
items: ["public-cloud-vs-private-cloud", "select-pre-installed-apps", "private-device-allocation-to-teams"],
},
],
],
Expand Down
Loading