I am trying to do some fuzz testing against an Android apk, and I need to launch the apps from adb, input some string value, click submit, and click OK for any pop up.
I don't have much knowledge about Android, and I just managed to launch it from adb. My next step is to do the steps on the phone manually and log down the activity using logcat, and hopefully automate this using adb command.
I still need lots of research to implement this, but is this the right direction? Or is this feasible with adb at all?
I know there are few apps which help to record user actions and replay, but root is required, so I can't proceed with that.
Thanks for your suggestions!
Regards, sqr
===== 12/7 11:07pm ===== I did a bit further research, and it seems that monkeyrunner maybe the right tools to automate the user input and suppression of pop ups. Yet to be tested.