bytedance / Fastbot_Android

Fastbot(2.0) is a model-based testing tool for modeling GUI transitions to discover app stability problems
Other
1.01k stars 235 forks source link

A possible way to improve Activity Coverage and Code Coverage #236

Closed zzzzfeng closed 2 months ago

zzzzfeng commented 10 months ago

If get all exposed components(Activity) from parsing AndroidManifest.xml in the apk, then start it one by one. It may improve Activity Coverage and Code Coverage

just as the way in https://github.com/zzzzfeng/amonkey

zhangzhao4444 commented 10 months ago

activity start it one by one ?

zzzzfeng commented 9 months ago

对的,可能需要加上参数解析,才能正确启动组件 解析参数可参考 https://mp.weixin.qq.com/s/G77VeaKc6gFD5QKm7WQOxg