等峰也等你

博客园 首页 新随笔 联系 订阅 管理

Fastbot 介绍

基于 model-based testing 结合机器学习、强化学习的 APP 稳定性测试工具

Fastbot is a model-based testing tool for modeling GUI transitions to discover app stability problems. It combines machine learning and reinforcement learning techniques to assist discovery in a more intelligent way.

fastbot_android quick start

 
git clone https://github.com/bytedance/Fastbot_Android.git
cd Fastbot_Android
adb push *.jar /sdcard
adb push libs/* /data/local/tmp/
adb shell \
  CLASSPATH=/sdcard/monkeyq.jar:/sdcard/framework.jar:/sdcard/fastbot-thirdpart.jar \
  exec app_process /system/bin com.android.commands.monkey.Monkey \
  -p io.appium.android.apis \
  --agent robot \
  --throttle 200 \
  -v -v 1000
posted on 2023-12-26 15:17  等峰也等你  阅读(65)  评论(0编辑  收藏  举报