Tag

Monkey

1 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Apr 25, 2025 · Mobile Development

Basic Usage and Parameter Configuration of Android Monkey for Automated Testing

This guide explains how to use the Android Monkey tool to generate random user events for stress testing, configure its parameters for different testing scenarios, and analyze the resulting logs to identify crashes, ANRs, and event sequences that affect app stability.

ADBMonkeyParameters
0 likes · 4 min read
Basic Usage and Parameter Configuration of Android Monkey for Automated Testing
Test Development Learning Exchange
Test Development Learning Exchange
Mar 27, 2025 · Mobile Development

Understanding Android Monkey Event Types and How to Configure Their Ratios

This article explains the various pseudo‑random event types that the Android Monkey tool can generate, shows the command‑line parameters for each type, and provides a sample ADB command to set custom event‑type percentages for more realistic mobile app stress testing.

ADBEvent TypesMonkey
0 likes · 4 min read
Understanding Android Monkey Event Types and How to Configure Their Ratios
360 Quality & Efficiency
360 Quality & Efficiency
Mar 10, 2020 · Mobile Development

Android Monkey Command-Line Tool: Syntax, Parameters, and Usage

The article explains Android's Monkey tool—a command‑line utility for emulator or device testing—detailing its basic syntax, the five categories of options, specific parameters for configuration, event types, constraints, debugging, hidden settings, and how to capture logs.

Mobile DevelopmentMonkeyandroid
0 likes · 5 min read
Android Monkey Command-Line Tool: Syntax, Parameters, and Usage
转转QA
转转QA
May 15, 2019 · Mobile Development

Using Android Monkey for Automated Testing: Parameters, Commands, and Practical Guidelines

This article explains how the Android Monkey tool can be used to perform automated stress testing on fragmented Android devices, covering its purpose, installation locations, key command‑line parameters, a complete example command, and practical steps for integrating Monkey into a mobile testing workflow.

ADBMobile DevelopmentMonkey
0 likes · 9 min read
Using Android Monkey for Automated Testing: Parameters, Commands, and Practical Guidelines
360 Quality & Efficiency
360 Quality & Efficiency
May 7, 2019 · Mobile Development

Android Monkey Command Parameters and Usage Guide

This article explains the Android Monkey tool for mobile stability testing, detailing common command‑line parameters, their effects, typical values, and provides a sample command combining these options for a short‑video application.

ADBMobileMonkey
0 likes · 8 min read
Android Monkey Command Parameters and Usage Guide
Baidu Intelligent Testing
Baidu Intelligent Testing
Jul 26, 2017 · Mobile Development

SmartMonkey: An Enhanced Android Automated Testing Framework

This article introduces SmartMonkey, a custom Android testing solution that overcomes the randomness and inefficiency of the built‑in Monkey tool by using UIAutomator to parse UI hierarchies, select meaningful nodes, and execute controlled actions for more effective stability and functional testing.

Mobile DevelopmentMonkeySmartMonkey
0 likes · 8 min read
SmartMonkey: An Enhanced Android Automated Testing Framework
360 Quality & Efficiency
360 Quality & Efficiency
Apr 19, 2017 · Mobile Development

Integrating Android Monkey Testing into Jenkins CI

This guide explains how to configure Jenkins to run Android Monkey tests on both emulators and real devices, covering plugin installation, build environment setup, parameterized builds, command-line options, and post-build result publishing for continuous integration of mobile stability testing.

JenkinsMobileMonkey
0 likes · 7 min read
Integrating Android Monkey Testing into Jenkins CI