課程
/移動開發
/Android
/App壓力測試入門
為什么我用wind輸入adb shell monkey -p com.godo.maixiang --throttle -s 100 50 運行直接崩潰???
2017-06-09
源自:App壓力測試入門 4-3
正在回答
adb shell monkey -p?packagename --throttle 100 -s 50 1000
adb shell monkey -p com.godo.maixiang --throttle? 100 -s? 50? 這樣才對
--throttle后面要跟time
舉報
結合6個壓力測試小案例,教你對Android App進行壓力測試
1 回答運行adb shell monkey 1000后出現很多inject failed
1 回答輸入adb shell monkey 1000,出現mismatched input 'shell' expecting NEWLINE
1 回答adb shell monkey 基本導航事件的百分比
1 回答adb shell 是什么?
2 回答運行monkey腳本出錯
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2019-08-27
adb shell monkey -p?packagename --throttle 100 -s 50 1000
2018-06-18
adb shell monkey -p com.godo.maixiang --throttle? 100 -s? 50? 這樣才對
2017-07-07
--throttle后面要跟time