cuplv / TraceRunner

Tool for generating dynamic traces of android applications.
3 stars 0 forks source link

Hybrid Auto Tracing: Robotium ++ Monkey #26

Open sllam opened 7 years ago

sllam commented 7 years ago

Monkey tracing is too random and sometimes out of control.

As a quick and easy means to improve the quality of traces produced by the monkey, we want to compose Robotium and the Android Monkey: Run a robotium script to reach a specific point (in the app) of interest, then start monkeying from that point.

Write a new top-level script (call it autoHybrid.py or something) that does this: This task mainly involves combining relevant fragments of autoLaunch.py and autoMonkey.py.