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
125 changes: 125 additions & 0 deletions docs/hyperexecute-emu-simu-devices-list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,125 @@
---
id: hyperexecute-emu-simu-devices-list
title: HyperExecute Emulator and Simulator Devices
hide_title: false
sidebar_label: Devices List - Emu/Simu
description: List of devices available on HyperExecute for Emulator and Simulator
keywords:
- hyperexecute device list
- hyperexecute
- lambdatest
- emulator
- simulator
- hyperexecute dashboard
url: https://www.lambdatest.com/support/docs/hyperexecute-emu-simu-devices-list/
site_name: LambdaTest
slug: hyperexecute-emu-simu-devices-list/
---

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": "Home",
"item": "https://www.lambdatest.com"
},{
"@type": "ListItem",
"position": 2,
"name": "Appium",
"item": "https://www.lambdatest.com/support/docs/"
},{
"@type": "ListItem",
"position": 3,
"name": "Virtual Devices - HyperExecute",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-run-jmeter-tests/"
}]
})
}}
></script>
HyperExecute supports a wide range of emulator and simulator devices for testing your applications. Below is the categorized list of available devices.

## Emulators
<Tabs className="docs__val">

<TabItem value="Android 13" label="Android 13" default>

| Device Name | Category | Notes |
|------------------------|----------|--------------------|
| ASUS ZenFone 8 | Phone | Compact flagship |
| Galaxy A33 5G | Phone | Mid-range |
| Galaxy S21 Ultra 5G | Phone | Premium model |
| Galaxy Z Flip3 5G | Foldable | Compact folding |
| Vivo X80 Pro | Phone | High performance |
| Pixel 6 | Phone | Flagship device |

</TabItem>

<TabItem value="Android 14" label="Android 14" default>

| Device Name | Category | Notes |
|--------------------------|-------------------|----------------------|
| Galaxy Note10 Lite | Phone | Lite version |
| Galaxy S21 FE 5G | Phone | Fan Edition |
| Galaxy Tab S8+ | Tablet | Large screen tablet |
| Galaxy Z Flip | Foldable Phone | Compact folding phone|
| Galaxy Z Flip 5G | Foldable Phone | 5G support |
| Galaxy Tab S8 Ultra | Tablet | High-end model |

</TabItem>

<TabItem value="Android 15" label="Android 15" default>

| Device Name | Category | Notes |
|------------------|--------------|------------------|
| Pixel 6a | Phone | Latest support |
| Pixel 7 | Phone | Flagship model |
| Pixel 7 Pro | Phone | Flagship model |
| Pixel 4a | Phone | Compact phone |
| Pixel 5 | Phone | Popular choice |
| Pixel 5a 5G | Phone | 5G ready |

</TabItem>
</Tabs>

## Simulators
<Tabs className="docs__val">

<TabItem value="iOS 16.0" label="iOS 16.0" default>

| Device Name | Category |
|--------------------------------------|----------------|
| iPhone SE (3rd generation) | Phone |
| iPhone 14 | Phone |
| iPhone 14 Plus | Phone |
| iPhone 14 Pro | Phone |
| iPhone 14 Pro Max | Phone |
| iPad (9th generation) | Tablet |
| iPad Pro (11-inch) (3rd generation) | Tablet |
| iPad Pro (12.9-inch) (5th generation)| Tablet |
| iPad Air (5th generation) | Tablet |
| iPad mini (6th generation) | Tablet |

</TabItem>

<TabItem value="iOS 17.0" label="iOS 17.0" default>

| Device Name | Category |
|--------------------------------------|----------|
| iPhone SE (3rd generation) | Phone |
| iPhone 15 | Phone |
| iPhone 15 Plus | Phone |
| iPhone 15 Pro | Phone |
| iPhone 15 Pro Max | Phone |
| iPad Air (5th generation) | Tablet |
| iPad (10th generation) | Tablet |
| iPad mini (6th generation) | Tablet |
| iPad Pro (11-inch) (4th generation) | Tablet |
| iPad Pro (12.9-inch) (6th generation)| Tablet |
</TabItem>
</Tabs>
3 changes: 2 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@ module.exports = {
items: [
"hyperexecute-appium-testing",
"hyperexecute-webapp-appium-testing",
"hyperexecute-appium-virtual-device"
"hyperexecute-appium-virtual-device",
"hyperexecute-emu-simu-devices-list"
],
},
{
Expand Down
Loading