bytedance / Fastbot_iOS

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

stub模式怎么注入进测试包呢 #44

Closed ShenJiaojiao closed 3 years ago

ShenJiaojiao commented 3 years ago

ios小白,第一次弄,不太明白要怎么把stub模式注入呢 image target选中stub吗?

geron-cn commented 3 years ago

编译 fastbot_stub 完成之后, 使用 https://github.com/KJCracks/yololib 注入被测试 APP中, 具体方法 google yololib 即可

ShenJiaojiao commented 3 years ago

编译 fastbot_stub 完成之后, 使用 https://github.com/KJCracks/yololib 注入被测试 APP中, 具体方法 google yololib 即可 ================》 怎么设置登陆账号呢?给个方向,谢谢哦

geron-cn commented 3 years ago

编译 fastbot_stub 完成之后, 使用 https://github.com/KJCracks/yololib 注入被测试 APP中, 具体方法 google yololib 即可 ================》 怎么设置登陆账号呢?给个方向,谢谢哦

可以参考 #28