I need to automate a testing for an third party application. I've only the apk file which is installed in my emulator. Is it possible to do it through monkeyrunner? If yes can you help me out to start it with Jyton command line?
Asked
Active
Viewed 743 times
1 Answers
1
Yes, it's possible. To do it you have to invoke monkeyrunner, which is the jython based interpreter.
You can invoke it as
$ monkeyrunner script.mr
or with a shebang, if you are using Linux/OS X
#! /usr/bin/env monkeyrunner

Diego Torres Milano
- 65,697
- 9
- 111
- 134