(monkeyrunner is also a testing tool of Android SDK, which is located under \sdk\tools and is more powerful than monkey. It can be mainly used for functional testing and regression testing, and can customize test extensions. It is more flexible and suitable for testers. Can take full control. The monkeyrunner tool provides a set of APIs. Through these API functions, Android devices and emulators can be controlled outside the Android code (of course, it can also be used directly in the source code). Through monkeyrunner, you can also write a Python script to install and run , test, send simulation operation flow result diagram comparison, etc. This document includes the following attachments:)