Tag

MobileTesting

0 views collected around this technical thread.

360 Quality & Efficiency
360 Quality & Efficiency
Mar 20, 2020 · Mobile Development

Using Android Accessibility Service for Black‑Box Automation Testing

This article explains how to set up an Android Accessibility Service to perform black‑box automation testing, outlines its advantages over standard UiAutomator frameworks, details configuration steps, code examples, limitations, and provides guidance on selecting appropriate testing solutions.

AccessibilityServiceAndroidAutomationTesting
0 likes · 12 min read
Using Android Accessibility Service for Black‑Box Automation Testing
FunTester
FunTester
Aug 15, 2019 · Mobile Development

Using UiWatcher to Automatically Dismiss Android Security Warning Dialogs

The author encountered unexpected security‑warning pop‑ups during Android UIAutomator testing and created a UiWatcher that automatically clicks "Do not remind" and "Allow" to keep the test flow uninterrupted, sharing the full code for others to use.

AndroidMobileTestingSecurityWarning
0 likes · 2 min read
Using UiWatcher to Automatically Dismiss Android Security Warning Dialogs
Baidu Intelligent Testing
Baidu Intelligent Testing
Sep 22, 2017 · Mobile Development

Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps

This article explains how to overcome Xcode's limitations by using command‑line tools such as libimobiledevice to automatically collect crash logs from third‑party iOS apps, symbolicate them without dsym files, and analyze the resulting CrashReport structure for effective debugging.

CommandLineCrashLogMobileTesting
0 likes · 9 min read
Automated Retrieval and Symbolication of iOS Crash Logs for Third‑Party Apps
Baidu Intelligent Testing
Baidu Intelligent Testing
Jun 8, 2017 · Mobile Development

Remote Control of Non‑Jailbroken iOS Devices Using XCUITest and WebDriverAgent

This article explains how to leverage Apple’s XCUITest framework, private XCUIApplication APIs, and Facebook’s WebDriverAgent to implement a web‑based service that remotely controls non‑jailbroken iOS devices for automated testing without requiring device rooting.

MobileTestingRemoteControlWebDriverAgent
0 likes · 7 min read
Remote Control of Non‑Jailbroken iOS Devices Using XCUITest and WebDriverAgent