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

如何屏蔽某些操作,例如不想触发BACK #199

Closed potter444 closed 1 year ago

potter444 commented 1 year ago

现在测试app的小程序,BACK会直接关闭小程序,就想屏蔽这个指令

gradient30 commented 1 year ago

现在测试app的小程序,BACK会直接关闭小程序,就想屏蔽这个指令

max.config里配置Fuzz对应事件的概率,max.doSystemKeyFuzzing = 0

zhangzhao4444 commented 1 year ago

back并非systemkey,这种情况只能在退出后的页面中配置自定义事件进行再次进入测试内容