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 the stability and robustness of the soft
iosmonkey Test Tools:CrashmonkeyCharacteristics:
support * * True machine test, simulator Test * *
Support collection * * System log (systemlog) * *, Crash log (crashlog) * *, ***instrument behavior Log * * *
Support test report, draw behavior trajectory
Supports test device information collection
Using the latest version of Uiautomonkey, join UI Holes and application not repsonding ("ANR") are processed, adding custom.js as the portal script.
In the previous section, the Monkey tool was described using the environment of the building, portal. In this section I will describe in detail the use of the Monkey tool. First, Monkey test introduction Monkey testing is a means
Monkey stress testADB-D shell monkey-p your. Package. Name-V 6000
1. What is monkey?
Monkey is a command line tool in Android and can be run in a simulator or on a real device. It sends a pseudo-random user event stream (such as key input, touch screen input, and gesture inp
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 monkey program to simulate the user touch screen, swipe, button and other operations to stress
I. Introduction
Monkey is a command line tool that can run in a simulator or a real device. It sends a pseudo-random user event stream to the system to perform stress testing on developing applications. Monkey includes many options, which are roughly divided into four categories:
· Basic configuration options, such as setting the number of attempted events.
· Run
Preface:
Recently, I started to study Android automated testing methods,SortedSome tools, methods, and frameworks, including the android testing framework, CTS, monkey, monkeyrunner, benchmark, and other test tools.
1. What is monkey?
Monkey is a command line tool in Android and can be run in a simulator or on a r
Sometimes we need to perform stress tests on a software to check its performance. Manual testing is much less efficient and boring. At this time, a command line tool monkey in android can reduce a lot of repetitive and tedious work for us. The following describes the introduction, features, basic usage, test sample illustration, test stop conditions, and command parameters of the
Remember the second unit of the Android development in the monkey for a few hours before the launch, indeed can also find some problems, the crash rate is low, not measured can really press a pressure to search the next information, Monkey is really simple, found the problem of their own search is what the problem, do not find anything on the run to ask the developmentThe following is an introduction to the
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 systemUser event flow (such as key input, touch screen input, gesture input, etc.) to enable stres
What is Monkey?Monkey is a program that can 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 IntroductionMonkey is a command-line tool that can be run in the emulator or in the actual devic
Objective:Android Automated test tools, methodologies, and frameworks, including Android OID test Framework, CTS, Monkey, Monkeyrunner, benchmark, test tool, etc. First, 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 user thing flow (such as key input, touch screen input, ge
Monkey ToolsObjective:Recently began to study the Android automated test method, some of the tools, methods and frameworks to do some simple collation, including Android test framework, CTS, Monkey, Monkeyrunner, benchmark, other test tool and so on. Because the contact time is very short, many places have the insufficiency, hoped can communicate with everybody.F
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 places, I hope to have more exchanges with you.
1. What is Monkey?
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 stability of the software, robustness. Its principle is to send a pseudo-random user even
Android test Appium, Robotium, monkey and other frameworks or tool comparisons1. Appium Test (functional test, user acceptance test, black box test)-Rating:8The Appium test is equivalent to a black box test. Just test UI logic correctness. So the Appium test framework provides limited methods. Gets a Appiumdriver object. The object just has a lot of findelements() methods to get to the UI element. UI elemen
A simple monkey testing tool
Chen nengtech
2007-12-5
It took some time to write a monkey:
Http://download.csdn.net/source/300959
A simple monkey testing tool that allows you to randomly click on the interface, enter random characters an
also the set up customized Intents and start a activity with them. (translation is not very good, probably said to rely on injection to produce simulation objects and then simulate the system environment.) )
Controls the control element of the UI and then produces a touch event. This function is similar to that described by Appium.2) Service testing test is the service life cycle is normal3) Content Povider testiing because provider is a data entry, so the test is whether the data can be
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.