Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
ZHGDG_10.26_CodeGirls_说说移动测试
Search
Zoom.Quiet
October 30, 2013
Technology
0
100
ZHGDG_10.26_CodeGirls_说说移动测试
[10.26]珠海GDG相约美丽程序媛专场活动 小结
http://www.chinagdg.com/thread-3131-1-1.html
Zoom.Quiet
October 30, 2013
Tweet
Share
More Decks by Zoom.Quiet
See All by Zoom.Quiet
PyCon2014China-Zhuhai-high performance
zoomquiet
0
160
PyCon2014China-Zhuhai-meta programming
zoomquiet
1
130
PyCon2014China-Zhuhai-bpm.py
zoomquiet
0
110
PyCon2014China-Zhuhai-luna kv db
zoomquiet
0
93
PyCon2014China-Zhuhai-seed studio
zoomquiet
0
100
PyCon2014China-Zhuhai-Docker Registry Build By Python
zoomquiet
0
120
PyCon2014China-Zhuhai-jeff
zoomquiet
0
88
PyCon2014China-Zhuhai-pythonic front-end
zoomquiet
0
120
DevFest2014-Zhuhai-Polymer
zoomquiet
0
410
Other Decks in Technology
See All in Technology
能登半島災害現場エンジニアクロストーク 【JAWS FESTA 2025 in 金沢】
ditccsugii
0
160
Why Governance Matters: The Key to Reducing Risk Without Slowing Down
sarahjwells
0
120
Reflections of AI: A Trilogy in Four Parts (GOTO; Copenhagen 2025)
ondfisk
0
100
OCI Network Firewall 概要
oracle4engineer
PRO
1
7.8k
Modern_Data_Stack最新動向クイズ_買収_AI_激動の2025年_.pdf
sagara
0
230
許しとアジャイル
jnuank
1
140
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
170
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.1k
動画データのポテンシャルを引き出す! Databricks と AI活用への奮闘記(現在進行形)
databricksjapan
0
160
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
130
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
230
Geospatialの世界最前線を探る [2025年版]
dayjournal
0
160
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.7k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Rails Girls Zürich Keynote
gr2m
95
14k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Site-Speed That Sticks
csswizardry
11
890
The Language of Interfaces
destraynor
162
25k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Embracing the Ebb and Flow
colly
88
4.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Transcript
谭莉 说说移动测试
移动终端 • 移动中使用的计算机设备 • 广义:包括手机、笔记本、平板电脑、 车载电脑等等 • 通常是指智能手机、平板电脑
移动和PC • 对象的区别 • 移动设备的特性 – UE – 兼容 –
存储 – 流量 – 安全
UE(User Experience) • 设计规范 – 设备按键 – icon风格 – 界面布局
– 通用规范,iOS滑动删除,安卓menu – 操作习惯,长按、触摸、滑动 • 操作流程 – 流畅度、便捷性
兼容 • 操作系统 – Android版本 – ROM • 网络情况 •
屏幕分辨率 • 大小字体 • 设备型号
存储 • 机身内存 • 存储卡
流量 • 位置信息 • 数据统计 • 升级检测 • 广告、评分 •
消息推送 • 注册、同步
安全 • 付费 • 隐私
动一动 • 设置》关于手机》Android版本 • *#06#,第七八位数
Android如何截取应用log • 安装Android SDK编译基本环境 – 电脑下载Android SDK文件并解压到任 意目录 – 下载地址见:
http://developer.android.com/sdk/in dex.html
Android如何截取应用log • 下载JDK7,并安装(Java Developer Kit,即Java开发者工具 包) – 下载地址见: http://www.oracle.com/technetwor k/java/javase/downloads/index-
jsp-138363.html
Android如何截取应用log
Android如何截取应用log • 启动解压后 Android SDK文件夹中 的SDK Manager, 接受协议,下 载android的 tools,如图
所示:
Android如何截取应用log • C:\Windows\System32\drivers\etc • 74.125.237.1 dl-ssl.google.com
Android如何截取应用log • 截取崩溃日志 – 电脑连接手机,手机上安装对应应用 – 双击启动ddms.bat即可,打开后界面如 下: Ddms存在目录:D:\Android SDK\adt-
bundle-windows-x86_64- 20130729\sdk\tools – 点击左上方Name中手机设备名,则下方 会展开该设备中运行的程序,选中崩溃 的程序,如cn.wps.moffice
Android如何截取应用log – 选择查看日 志类型为 error崩溃日 志 – 选中 application 为
cn.wps.offi ce的行,即 为对应错误 日志
其他 • G:\Tool\Android\adt-bundle- windows-x86_64- 20130917\sdk\tools – emulator.exe – monitor.bat
end WPS Office Make Presentation much more fun