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
240
用SIKULI来自动化你的工作
bit3725
1
180
What's your color
bit3725
1
62
Other Decks in Technology
See All in Technology
大規模組織にAIエージェントを迅速に導入するためのセキュリティの勘所 / AI agents for large-scale organizations
i35_267
6
290
Jitera Company Deck / JP
jitera
0
180
分散トレーシングによる コネクティッドカーのデータ処理見える化の試み
thatsdone
0
250
自分がLinc’wellで提供しているプロダクトを理解するためにやったこと
murabayashi
1
160
alecthomas/kong はいいぞ
fujiwara3
2
320
Step Functions First - サーバーレスアーキテクチャの新しいパラダイム
taikis
1
280
怖くない!GritQLでBiomeプラグインを作ろうよ
pal4de
1
130
DATA+AI SummitとSnowflake Summit: ユーザから見た共通点と相違点 / DATA+AI Summit and Snowflake Summit
nttcom
0
250
With Devin -AIの自律とメンバーの自立
kotanin0
2
430
機械学習を「社会実装」するということ 2025年夏版 / Social Implementation of Machine Learning July 2025 Version
moepy_stats
1
950
生成AIによる情報システムへのインパクト
taka_aki
1
170
QuickBooks®️ Customer®️ USA Contact Numbers: Complete 2025 Support Guide
qbsupportinfo
0
120
Featured
See All Featured
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
760
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
Writing Fast Ruby
sferik
628
62k
Why Our Code Smells
bkeepers
PRO
337
57k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Raft: Consensus for Rubyists
vanstee
140
7k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
110
19k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
530
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Transcript
如何找到产品缺陷 by XK
像普通用户一样使用 • 小白用户 • 陌路人 • 不要思考 • 删除!
像粉丝一样使用 • 重度使用 • 尝鲜新功能 • 不是试,而是用!
心态很重要 • 好奇之心 • 怀疑之心 • 角色转换 • 用心,有态度!
像 QA 一样 • 理解 app 当前功能集 • 推测新功能产生的影响 •
熟悉你要测试的系统 • 熟悉你要测试的设备 • 熟悉系统上的其他常用 app
像 QA 一样 • 测试用例 • 场景组合
像 QA 一样 • Happy Path • 异常状态 • Monkey
test • 回归测试 • free test
像 QA 一样 • 能清晰的描述 BUG • 会截图,会录屏 • 能指出问题点
像 QA 一样 • 用好模拟器 • 用好系统提供的工具 • 用好辅助工具
像 Dev 一样 • 理解技术实现的逻辑 • 关键时刻看源代码 • 危机时刻改代码 •
写自动化工具验证
Q & A by XK