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
Webアクセシビリティ入門
recruitengineers
PRO
1
260
JuniorからSeniorまで: DevOpsエンジニアの成長ロードマップ
yuriemori
0
200
Gaze-LLE: Gaze Target Estimation via Large-Scale Learned Encoders
kzykmyzw
0
320
Yahoo!ニュースにおけるソフトウェア開発
lycorptech_jp
PRO
0
360
サービスロボット最前線:ugoが挑むPhysical AI活用
kmatsuiugo
0
190
Goでマークダウンの独自記法を実装する
lag129
0
220
夢の印税生活 / Life on Royalties
tmtms
0
280
広島発!スタートアップ開発の裏側
tsankyo
0
240
LLM時代の検索とコンテキストエンジニアリング
shibuiwilliam
2
1.1k
AIエージェントの開発に必須な「コンテキスト・エンジニアリング」とは何か──プロンプト・エンジニアリングとの違いを手がかりに考える
masayamoriofficial
0
390
事業価値と Engineering
recruitengineers
PRO
2
220
退屈なことはDevinにやらせよう〜〜Devin APIを使ったVisual Regression Testの自動追加〜
kawamataryo
3
640
Featured
See All Featured
Embracing the Ebb and Flow
colly
87
4.8k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
What's in a price? How to price your products and services
michaelherold
246
12k
Making the Leap to Tech Lead
cromwellryan
134
9.5k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Documentation Writing (for coders)
carmenintech
73
5k
A Tale of Four Properties
chriscoyier
160
23k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
480
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Transcript
如何找到产品缺陷 by XK
像普通用户一样使用 • 小白用户 • 陌路人 • 不要思考 • 删除!
像粉丝一样使用 • 重度使用 • 尝鲜新功能 • 不是试,而是用!
心态很重要 • 好奇之心 • 怀疑之心 • 角色转换 • 用心,有态度!
像 QA 一样 • 理解 app 当前功能集 • 推测新功能产生的影响 •
熟悉你要测试的系统 • 熟悉你要测试的设备 • 熟悉系统上的其他常用 app
像 QA 一样 • 测试用例 • 场景组合
像 QA 一样 • Happy Path • 异常状态 • Monkey
test • 回归测试 • free test
像 QA 一样 • 能清晰的描述 BUG • 会截图,会录屏 • 能指出问题点
像 QA 一样 • 用好模拟器 • 用好系统提供的工具 • 用好辅助工具
像 Dev 一样 • 理解技术实现的逻辑 • 关键时刻看源代码 • 危机时刻改代码 •
写自动化工具验证
Q & A by XK