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
98
如何找到产品缺陷
作为一个非专业 QA,给公司内部分享如何找到产品中的缺陷。
bit3725
October 16, 2014
Tweet
Share
More Decks by bit3725
See All by bit3725
MAC AT WORK
bit3725
5
220
How to use your kindle
bit3725
0
200
用SIKULI来自动化你的工作
bit3725
1
170
What's your color
bit3725
1
52
Other Decks in Technology
See All in Technology
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
110
AWS Media Services 最新サービスアップデート 2024
eijikominami
0
200
Platform Engineering for Software Developers and Architects
syntasso
1
520
ドメインの本質を掴む / Get the essence of the domain
sinsoku
2
160
【Startup CTO of the Year 2024 / Audience Award】アセンド取締役CTO 丹羽健
niwatakeru
0
1.3k
SREが投資するAIOps ~ペアーズにおけるLLM for Developerへの取り組み~
takumiogawa
1
440
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
12k
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
260
TypeScriptの次なる大進化なるか!? 条件型を返り値とする関数の型推論
uhyo
2
1.7k
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
420
Featured
See All Featured
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
A Modern Web Designer's Workflow
chriscoyier
693
190k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
10 Git Anti Patterns You Should be Aware of
lemiorhan
655
59k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
A Philosophy of Restraint
colly
203
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
370
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
42
9.2k
5 minutes of I Can Smell Your CMS
philhawksworth
202
19k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Transcript
如何找到产品缺陷 by XK
像普通用户一样使用 • 小白用户 • 陌路人 • 不要思考 • 删除!
像粉丝一样使用 • 重度使用 • 尝鲜新功能 • 不是试,而是用!
心态很重要 • 好奇之心 • 怀疑之心 • 角色转换 • 用心,有态度!
像 QA 一样 • 理解 app 当前功能集 • 推测新功能产生的影响 •
熟悉你要测试的系统 • 熟悉你要测试的设备 • 熟悉系统上的其他常用 app
像 QA 一样 • 测试用例 • 场景组合
像 QA 一样 • Happy Path • 异常状态 • Monkey
test • 回归测试 • free test
像 QA 一样 • 能清晰的描述 BUG • 会截图,会录屏 • 能指出问题点
像 QA 一样 • 用好模拟器 • 用好系统提供的工具 • 用好辅助工具
像 Dev 一样 • 理解技术实现的逻辑 • 关键时刻看源代码 • 危机时刻改代码 •
写自动化工具验证
Q & A by XK