Monkey is a command-line tool in Android that can be run in the emulator or in the actual device. It sends pseudo-random user event streams (such as key input, touch input, gesture input, etc.) to the system, enabling stress testing of the application under development. Monkey testing is a fast and effective method to test
command.
Example 3:
1. Set the pause for each action for 5 seconds or another time period until an error occurs. At this time, you can have more time to view the execution process of each action.
2. After an error is found, change the source code. After the error is changed, perform the same seed value and the same starting position to test the same event again.
3. If the error does not occur again, perform another SEED value
Android monkey testMonkey testing is a means of Android automated testing. The monkey test itself is very simple. It simulates users' key input, touch screen input, and gesture input to see how long the device will experience an exception.When a
this week began the automated testing of mobile input method Simeiji, while beginning to touch mobile browser automation testing. The next step is to do a monographic study of the Android automated test tools and methods. The first article introduces the Monkey Test tool. 1 Automation
Monkey is a command-line tool provided by the Android SDK that can be easily and conveniently run on any version of the Android emulator and physical device. Monkey will send a pseudo-random stream of user events for the app to do stress testing
Reading Table of Contents
Environment construction
What is
Monkey testing the use of 1--monkeyOriginal address:http://www.douban.com/note/257029872/(Transferred from watercress, copyright belongs to watercress and Douban friends, if offended please forgive and contact us)Use of MonkeyFirst, what is MonkeyMonkey is a command-line tool in Android that can be run in the emulator or in the actual device. It sends pseudo-random user event streams (such as key input, tou
configure the ADB environment1. Download the Android SDK, unzip2. Configure the Platform-tools and tools directories in the SDK directory to the system change environment variable3. Open CMD window, enter ADB, have ADB help information to configure successInstall APK fileFirst copy the APK package that needs to be tested to the Platform-tools directoryThen execute the install command adb install test.apkOne of the points to note is that when you exec
Android Monkey Stress Test IntroductionMonkey is a command-line tool provided by the Android SDK that can be easily and easily run on any version of the Android emulator and physical device. Monkey will send a pseudo-random user e
Stress test-monkey LearningMonkey Test features
What is Monkey test? As its name, like a monkey, although nothing to understand, but can be a bit messy, can be understood as stress testing. Do any random action within the
Monkey TestThis address: Http://blog.csdn.net/caroline_wendyFirst, monkey test introductionMonkey Testing is a means of automated testing for Android platforms, simulating user touch screens, sliding trackball, keystrokes, etc. via the monkey programTo stress
Shell, monkey, system, Android, file system monkey, example, Introduction
1. Introduction to monkey testing
Monkey testing is an automated test method on the Android platform. Using the
1, Monkey Test is an Android platform for automated testing of a fast and effective means, through the monkey tool can simulate the user touch screen, sliding trackball, buttons and other operations to the simulator or mobile device software on the pressure test, testing the
Ext.: http://blog.csdn.net/huangbiao86/article/details/8490743Shell, Monkey, System, Android, File system Monkey, example, introductionFirst, Monkey test introductionMonkey testing is an automated test of the
Chapter: Basic principles of automation--monkey and improved optimization (third speaking)NetEase Cloud Classroom:http://study.163.com/course/courseLearn.htm?courseId=712011#/learn/video?lessonId=878100courseId=712011Main content and notes:First, theoretical knowledge:Read the documentation directly to understand the concepts, fundamentals, and how to use monkey.First,what is Android
Android App Stress Test (i) Monkey tool introductionObjective This article mainly introduces monkey tools. Monkey testing is an automated test of the Android platform, through the
Chapter: Basic principles of automation--monkey and improved optimization (third speaking)Main content and notes:First, theoretical knowledge:Read the documentation directly to understand the concepts, fundamentals, and how to use monkey.First,what is Android Monkey?The Monkey is a program this runs on your emulator or
Recently began to study the Android test Monkey tools, because the contact time is very short, there are many shortcomings, I hope to communicate with you more.What is MonkeyMonkey is a command-line tool in Android that can be run in the emulator or in the actual device. It sends a pseudo-random message to the systemUs
After finishing the application, the unit test and functional testing, it is necessary to test the impact of the application, the best way is to hire a "monkey" in the test, monkeys can blindly button, in this case, your application can still work?
The Android
Getting started with Android testing---Monkey test
[Date: 2010-11-08]
Source: Linux Community Meditation
[Font: Big Small]
The focus of this week is also on the Android monkey test some of the
Preface:
Recently, I started to study Android automated testing methods, and made some simple arrangements for some of the tools, methods, and frameworks, this includes the android testing framework, CTS, Monkey, Monkeyrunner, benchmark, and other test tools. Due to the short contact time and shortcomings in many place
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.