-
Notifications
You must be signed in to change notification settings - Fork 2
App testing alternative #2
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable