Testing Tools For Android
Posted By : shruti gupta | 17-May-2016
There are number of tools which are used for testing android applications. Monkey is one of them:
Monkey:
Monkey is a Testing tool that we run on any device or on emulator. It shoots an uneven multiple stream of cases into the device, which performs as a stress test on the application which we are testing.
Features Of Monkey:
Some features of Monkey are-
- Event types and frequencies
- Operational constraints
- Debugging options
- Basic configuration options
How To Use Monkey-
For using monkey tool, go to command prompt and operate from this directory.
android ->sdk ->platform-tools
Connect your decive from system and run this command.
adb shell monkey -p your.package.name -v 500
This command is simplified as follows:
adb - adb stands for Android Debug Bridge. This tool is used to send commands from system to your Android phone
shell - shell start the terminal on the device or emulator
Monkey - Monkey is the Android Testing Tool.
v - v stands for verbose mode
500- It is the number of events to be sent for testing.
Thanks
Cookies are important to the proper functioning of a site. To improve your experience, we use cookies to remember log-in details and provide secure log-in, collect statistics to optimize site functionality, and deliver content tailored to your interests. Click Agree and Proceed to accept cookies and go directly to the site or click on View Cookie Settings to see detailed descriptions of the types of cookies and choose whether to accept certain cookies while on the site.
About Author
shruti gupta
Shruti is a very sharp QA engineer with skills in manual testing of web and mobile applications. She loves to play chess and vollyball.