You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -45,6 +46,7 @@ import TabItem from '@theme/TabItem';
45
46
})
46
47
}}
47
48
></script>
49
+
<RealDeviceTagvalue="Real Device" />
48
50
## Tutorial To Run Your First Test On LambdaTest
49
51
---
50
52
As smart TVs continue to grow in popularity, relying solely on manual testing is no longer sufficient. Automating Android TV testing provides broader device coverage, enhances user experience by validating remote-based navigation and voice commands, and eliminates repetitive manual tasks. It also helps uncover issues earlier in the development cycle, ensuring a smooth and consistent experience across different Android TV models.
@@ -39,7 +40,7 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
39
40
})
40
41
}}
41
42
></script>
42
-
43
+
<RealDeviceTagvalue="Real Device" />
43
44
App performance is critical factor for user satisfaction and adoption. Identifying and resolving bottlenecks early is essential for delivering a high-quality experience but it requires constant monitoring and optimization across various device metrics. LambdaTest’s App Profiling feature helps you to detect and optimize performance issues before release by providing real-time insights into key metrics like CPU usage, memory consumption, and network activity on real devices.
44
45
45
46
You can enable performance tracking in your existing automation tests with the following capability:
Copy file name to clipboardExpand all lines: docs/appium-autoheal.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,10 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
21
21
22
22
import Tabs from '@theme/Tabs';
23
23
import TabItem from '@theme/TabItem';
24
+
import RealDeviceTag from '../src/component/realDevice';
24
25
25
26
# AI-Powered Smart Heal for Automation Tests
27
+
<RealDeviceTagvalue="Real Device" />
26
28
27
29
Locator failures can make tests brittle and cause frequent failures, slowing down development and testing. LambdaTest’s **Smart Heal** uses **AI/ML-powered algorithms** to automatically detect and recover from locator issues during test execution, ensuring smoother and more reliable automation.
**iOS App Settings** are the permissions or preferences that can be enabled/disabled for an app through iOS settings. Accessing the device settings is restricted on the iOS public cloud devices of LambdaTest due to security constraints. However, in multiple cases, the native app must be tested for various permissions which can only be enabled and disabled with the settings app.
45
46
46
47
This document will guide you on how to access and use iOS settings for **App Automation session.**
Copy file name to clipboardExpand all lines: docs/appium-ip-geolocation.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,14 +56,6 @@ Lambdatest's IP Geolocation feature empowers users to test their websites and mo
56
56
57
57
By the end of this document, you'll learn how to use this feature in both manual and automation tests. Additionally, this document will provide a list of all supported IP geolocations on Lambdatest.
58
58
59
-
60
-
## Support for Manual Testing on Real Devices
61
-
62
-
Once a session starts , navigate to the toolbar and select **IP Geolocation** followed by any location from the list to change the geolocation of the device.
To harness the **IP Geolocation** feature in your automated tests, employ the `geoLocation` capability along with a two-letter country code from the list of supported countries provided below. This capability enables you to modify the device's geolocation to the specified location. If this capability is not added, the device will automatically update its geolocation based on its physical location.
LambdaTest's file upload feature provides a convenient way to enhance your testing scenarios by allowing you to upload various media and non-media files directly to LambdaTest's cloud devices. In this section, we'll guide you through the process of uploading files, highlight the supported file types, and explain how to use `uploadMedia` capability while running your test scripts.
58
56
59
57
## Objectives
@@ -64,24 +62,6 @@ By the end of this topic, you will be able to:
64
62
65
63
-----
66
64
67
-
## Upload File and Media in Real Devices App Testing
68
-
69
-
Easily upload media or non-media files onto real devices during active sessions, enhancing your testing capabilities on LambdaTest's platform.
70
-
71
-
### Steps to Upload Files and Media Feature
72
-
73
-
1. Go to **App Testing** under the **Real Devices** section provided in the sidebar of your LambdaTest console.
74
-
75
-
2. Once the session is started, locate the toolbar and find the **Files and Media** option.
import RealDeviceTag from '../src/component/realDevice';
19
20
20
21
# Apple Pay Automation on Real Devices
21
-
22
+
<RealDeviceTagvalue="Real Device" />
22
23
**Apple Pay** is Apple’s secure digital wallet and payment system that enables purchases, one-click checkouts, and adds an extra layer of protection for financial transactions. In real-world apps and websites, Apple Pay is widely used for simplifying checkout experiences, reducing friction, and improving user trust.
23
24
24
25
For **testing payment flows**, validating Apple Pay becomes critical. Automation of Apple Pay ensures you can reliably test end-to-end purchase scenarios, confirm that payment sheets open correctly, details are pre-filled, and transactions are processed securely—without relying on production cards.
0 commit comments