赞
踩
Android和iOS Monkey方法:
1) Android本地自带的跑稳定性命令:
adb shell monkey -p com.tmall.wireless --throttle 500 -v 1000000 >d:\monkey.log & adb logcat -v time >d:\logcat.log
运行过程出现crash或者ANR会记录在 logcat.log 文件中。
参考文档:http://blog.csdn.net/xifeijian/article/details/8580309
2) IOS 本地跑稳定性的脚本在附件中。在MAC本的Instrument里面选择automation,然后导入附件中的脚本,target里面选择天猫的客户端,运行脚本就可以跑稳定性了。
运行过程出现crash可以用xcode里面的windows->orgnizer将设备中的crash文件导出。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。