How to use MonkeyRunner and Robotium together (not separately!)
问题 How to use MonkeyRunner and Robotium together (not separately!) for testing my Android app 回答1: Well, I found this http://download.yandex.ru/company/experience/yac2012/kharitonenko_yac_2012.pdf slide #22. There is a scheme, how to use a combination of Robotium and Monkeyrunner. For example, when in your tests, you need to take a snapshot from Android native Camera, and Robotium can't do that. Monkeyrunner can do it. But most of your test case developed in Robotium, so as I understood, you can