Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App testing alternative #2

Open
schrnz opened this issue Jun 30, 2017 · 0 comments
Open

App testing alternative #2

schrnz opened this issue Jun 30, 2017 · 0 comments

Comments

@schrnz
Copy link
Member

schrnz commented Jun 30, 2017

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant