Right now, we use the google's monkey tool to drive the execution of apps. However, coverage achieved by applying random touches gestures only is very low. Hence, a superior test driver would be beneficial.
Requirements:
- open source or at least freely available
- reproducible/deterministic input creation: we test applications before and after instrumentation with the same sequence of inputs, so we need to recreate a test trace (e.g., via a seed)
- support for Android 6 +
- command line interface
Right now, we use the google's monkey tool to drive the execution of apps. However, coverage achieved by applying random touches gestures only is very low. Hence, a superior test driver would be beneficial.
Requirements: