Skip to content

Commit 9ec3eaf

Browse files
authored
Merge pull request LambdaTest#1283 from amanchopra1905/stage
emulator simulator device list - HyperExecute
2 parents 5d4fb59 + 1cbccb0 commit 9ec3eaf

File tree

2 files changed

+127
-1
lines changed

2 files changed

+127
-1
lines changed
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
---
2+
id: hyperexecute-emu-simu-devices-list
3+
title: HyperExecute Emulator and Simulator Devices
4+
hide_title: false
5+
sidebar_label: Devices List - Emu/Simu
6+
description: List of devices available on HyperExecute for Emulator and Simulator
7+
keywords:
8+
- hyperexecute device list
9+
- hyperexecute
10+
- lambdatest
11+
- emulator
12+
- simulator
13+
- hyperexecute dashboard
14+
url: https://www.lambdatest.com/support/docs/hyperexecute-emu-simu-devices-list/
15+
site_name: LambdaTest
16+
slug: hyperexecute-emu-simu-devices-list/
17+
---
18+
19+
import Tabs from '@theme/Tabs';
20+
import TabItem from '@theme/TabItem';
21+
22+
<script type="application/ld+json"
23+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
24+
"@context": "https://schema.org",
25+
"@type": "BreadcrumbList",
26+
"itemListElement": [{
27+
"@type": "ListItem",
28+
"position": 1,
29+
"name": "Home",
30+
"item": "https://www.lambdatest.com"
31+
},{
32+
"@type": "ListItem",
33+
"position": 2,
34+
"name": "Appium",
35+
"item": "https://www.lambdatest.com/support/docs/"
36+
},{
37+
"@type": "ListItem",
38+
"position": 3,
39+
"name": "Virtual Devices - HyperExecute",
40+
"item": "https://www.lambdatest.com/support/docs/hyperexecute-run-jmeter-tests/"
41+
}]
42+
})
43+
}}
44+
></script>
45+
HyperExecute supports a wide range of emulator and simulator devices for testing your applications. Below is the categorized list of available devices.
46+
47+
## Emulators
48+
<Tabs className="docs__val">
49+
50+
<TabItem value="Android 13" label="Android 13" default>
51+
52+
| Device Name | Category | Notes |
53+
|------------------------|----------|--------------------|
54+
| ASUS ZenFone 8 | Phone | Compact flagship |
55+
| Galaxy A33 5G | Phone | Mid-range |
56+
| Galaxy S21 Ultra 5G | Phone | Premium model |
57+
| Galaxy Z Flip3 5G | Foldable | Compact folding |
58+
| Vivo X80 Pro | Phone | High performance |
59+
| Pixel 6 | Phone | Flagship device |
60+
61+
</TabItem>
62+
63+
<TabItem value="Android 14" label="Android 14" default>
64+
65+
| Device Name | Category | Notes |
66+
|--------------------------|-------------------|----------------------|
67+
| Galaxy Note10 Lite | Phone | Lite version |
68+
| Galaxy S21 FE 5G | Phone | Fan Edition |
69+
| Galaxy Tab S8+ | Tablet | Large screen tablet |
70+
| Galaxy Z Flip | Foldable Phone | Compact folding phone|
71+
| Galaxy Z Flip 5G | Foldable Phone | 5G support |
72+
| Galaxy Tab S8 Ultra | Tablet | High-end model |
73+
74+
</TabItem>
75+
76+
<TabItem value="Android 15" label="Android 15" default>
77+
78+
| Device Name | Category | Notes |
79+
|------------------|--------------|------------------|
80+
| Pixel 6a | Phone | Latest support |
81+
| Pixel 7 | Phone | Flagship model |
82+
| Pixel 7 Pro | Phone | Flagship model |
83+
| Pixel 4a | Phone | Compact phone |
84+
| Pixel 5 | Phone | Popular choice |
85+
| Pixel 5a 5G | Phone | 5G ready |
86+
87+
</TabItem>
88+
</Tabs>
89+
90+
## Simulators
91+
<Tabs className="docs__val">
92+
93+
<TabItem value="iOS 16.0" label="iOS 16.0" default>
94+
95+
| Device Name | Category |
96+
|--------------------------------------|----------------|
97+
| iPhone SE (3rd generation) | Phone |
98+
| iPhone 14 | Phone |
99+
| iPhone 14 Plus | Phone |
100+
| iPhone 14 Pro | Phone |
101+
| iPhone 14 Pro Max | Phone |
102+
| iPad (9th generation) | Tablet |
103+
| iPad Pro (11-inch) (3rd generation) | Tablet |
104+
| iPad Pro (12.9-inch) (5th generation)| Tablet |
105+
| iPad Air (5th generation) | Tablet |
106+
| iPad mini (6th generation) | Tablet |
107+
108+
</TabItem>
109+
110+
<TabItem value="iOS 17.0" label="iOS 17.0" default>
111+
112+
| Device Name | Category |
113+
|--------------------------------------|----------|
114+
| iPhone SE (3rd generation) | Phone |
115+
| iPhone 15 | Phone |
116+
| iPhone 15 Plus | Phone |
117+
| iPhone 15 Pro | Phone |
118+
| iPhone 15 Pro Max | Phone |
119+
| iPad Air (5th generation) | Tablet |
120+
| iPad (10th generation) | Tablet |
121+
| iPad mini (6th generation) | Tablet |
122+
| iPad Pro (11-inch) (4th generation) | Tablet |
123+
| iPad Pro (12.9-inch) (6th generation)| Tablet |
124+
</TabItem>
125+
</Tabs>

sidebars.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,8 @@ module.exports = {
316316
items: [
317317
"hyperexecute-appium-testing",
318318
"hyperexecute-webapp-appium-testing",
319-
"hyperexecute-appium-virtual-device"
319+
"hyperexecute-appium-virtual-device",
320+
"hyperexecute-emu-simu-devices-list"
320321
],
321322
},
322323
{

0 commit comments

Comments
 (0)