I have an android application for which I would like to test intent functionality alone. Is it possible with monkeyrunner to
- start an application
- create an intent (based on some already established list, and may have extras)
- startActivity() or startService() with that intent
- monitor the result of the call
automatically? And how would I go about doing this? I have seen that monkeyrunner uses python/jython, and I'm rather unfamiliar with those.