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
如何找到产品缺陷
Search
bit3725
October 16, 2014
Technology
0
110
如何找到产品缺陷
作为一个非专业 QA,给公司内部分享如何找到产品中的缺陷。
bit3725
October 16, 2014
Tweet
Share
More Decks by bit3725
See All by bit3725
MAC AT WORK
bit3725
5
230
How to use your kindle
bit3725
0
250
用SIKULI来自动化你的工作
bit3725
1
180
What's your color
bit3725
1
62
Other Decks in Technology
See All in Technology
人工衛星のファームウェアをRustで書く理由
koba789
14
7.7k
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
1
380
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
3
1.5k
バッチ処理で悩むバックエンドエンジニアに捧げるAWS Glue入門
diggymo
3
200
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
210
BPaaSにおける人と協働する前提のAIエージェント-AWS登壇資料
kentarofujii
0
130
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
「どこから読む?」コードとカルチャーに最速で馴染むための実践ガイド
zozotech
PRO
0
290
データアナリストからアナリティクスエンジニアになった話
hiyokko_data
2
440
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
390
開発者を支える Internal Developer Portal のイマとコレカラ / To-day and To-morrow of Internal Developer Portals: Supporting Developers
aoto
PRO
1
450
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
370
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.8k
RailsConf 2023
tenderlove
30
1.2k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Bash Introduction
62gerente
615
210k
Context Engineering - Making Every Token Count
addyosmani
1
39
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
13k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
Being A Developer After 40
akosma
90
590k
Transcript
如何找到产品缺陷 by XK
像普通用户一样使用 • 小白用户 • 陌路人 • 不要思考 • 删除!
像粉丝一样使用 • 重度使用 • 尝鲜新功能 • 不是试,而是用!
心态很重要 • 好奇之心 • 怀疑之心 • 角色转换 • 用心,有态度!
像 QA 一样 • 理解 app 当前功能集 • 推测新功能产生的影响 •
熟悉你要测试的系统 • 熟悉你要测试的设备 • 熟悉系统上的其他常用 app
像 QA 一样 • 测试用例 • 场景组合
像 QA 一样 • Happy Path • 异常状态 • Monkey
test • 回归测试 • free test
像 QA 一样 • 能清晰的描述 BUG • 会截图,会录屏 • 能指出问题点
像 QA 一样 • 用好模拟器 • 用好系统提供的工具 • 用好辅助工具
像 Dev 一样 • 理解技术实现的逻辑 • 关键时刻看源代码 • 危机时刻改代码 •
写自动化工具验证
Q & A by XK