Testing non-activity android applications

113 Views Asked by At

Monkey is used to test applications with activities. Is there a way to make automated tests like monkey for non-activity applications?

1

There are 1 best solutions below

2
CommonsWare On BEST ANSWER

Usually, you use JUnit for that.

Also, bear in mind that nearly every application needs an activity, if you want the application to be usable on Android 3.1+. The exception might be some sort of plugin to some other app.