专项测试介绍
App性能
H5性能
chrome://inspect/#devices
- chrome版本查询:https://omahaproxy.appspot.com/
- chrome62下载地址:https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?prefix=Mac/499098/
- w3c performance api:https://github.com/w3c/web-performance#specifications
耗电量
git clone https://github.com/google/battery-historian.git
go run setup.go
go run cmd/battery-historian/battery-historian.go
在线演练环境:http://shell.testing-studio.com:9999/
#清理耗电量数据
adb shell dumpsys batterystats --reset
adb shell dumpsys batterystats --enable full-wake-history
#运行测试用例
appium uiautomator
#收集耗电量数据
#>=7.0
adb bugreport bugreport.zip
#<=6.0
adb bugreport > bugreport.txt
参考
https://testerhome.com/topics/15967
作业1
把所有作业的结果截图贴到回复里
- 测试自己公司的网站在手机浏览器里的性能,找出耗时最多的一个资源文件。
- 用appium执行某个app的业务操作10分钟,然后分析耗电量。