I want to test web app on android and I want to use Monkey tool. Is it possible to say to Monkey to send touch events only to Browser ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It certainly works on a device. I just gave Google some fairly random input. 🙂
The key is the
com.google.android.browserpart. That should give you the stock browser, if it exists on the device. If you are uncertain what the package name is for the browser you want to test with, you can find that out via AppXplore.That being said, I am uncertain how effective Monkey will be here, as it will also invoke the menu and so on. And, when I tried it on an emulator, Monkey couldn’t find the browser, which I found curious.
At any rate, you are certainly welcome to experiment further.