I have an app running based on UIAutomator. Is is possible to test the same with MonkeyRunner or any other tools?
Asked
Active
Viewed 602 times
1

Lavekush Agrawal
- 6,040
- 7
- 52
- 85

Lakshan Prabhu
- 211
- 1
- 3
- 12
-
As per MonkeyRunner documentation, you can install an application, send keystrokes and take and store screenshots. You can go through this link http://developer.android.com/tools/help/monkeyrunner_concepts.html – Anand Nov 05 '15 at 08:55
-
Duplicated question? http://stackoverflow.com/questions/14099071/integrating-monkeyrunner-with-ui-automator – Timo Bähr Apr 12 '16 at 08:07
-
No its not a duplicate question. The question is testing the UIAutomator test case, not working along with it. Exception is thrown while starting monkey runner or any existing framework, when UIAutomator is already running. I end up writing the events directly to the Android internal IO files, like adb sendevent does internally. – Lakshan Prabhu Nov 19 '16 at 11:27