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
Testing beyond QualityAssurance
Search
David
September 25, 2022
Programming
0
80
Testing beyond QualityAssurance
David
September 25, 2022
Tweet
Share
More Decks by David
See All by David
Fast, Robust, Accurate Or how to love your tests again
xuaps
0
31
WebRTC
xuaps
0
120
Why Django sucks?
xuaps
0
79
Other Decks in Programming
See All in Programming
24時間止められないシステムを守る-医療ITにおけるランサムウェア対策の実際
koukimiura
2
170
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
190
CSC307 Lecture 13
javiergs
PRO
0
310
メタプログラミングで実現する「コードを仕様にする」仕組み/nikkei-tech-talk43
nikkei_engineer_recruiting
0
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
290
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
310
ぼくの開発環境2026
yuzneri
1
290
CSC307 Lecture 09
javiergs
PRO
1
850
AIとペアプロして処理時間を97%削減した話 #pyconshizu
kashewnuts
1
170
登壇資料を作る時に意識していること #登壇資料_findy
konifar
4
2k
15年続くIoTサービスのSREエンジニアが挑む分散トレーシング導入
melonps
2
470
AWS Infrastructure as Code の新機能 2025 総まとめ~ SA 4人による怒涛のデモ祭り ~
konokenj
8
2.3k
Featured
See All Featured
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
340
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
GraphQLとの向き合い方2022年版
quramy
50
14k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
280
How to Talk to Developers About Accessibility
jct
2
140
Are puppies a ranking factor?
jonoalderson
1
3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
72k
Navigating Team Friction
lara
192
16k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
660
The untapped power of vector embeddings
frankvandijk
2
1.6k
Primal Persuasion: How to Engage the Brain for Learning That Lasts
tmiket
0
270
Transcript
Testing beyond QualityAssurance @dvilchez www.xuaps.com
QA They do tests
DEVELOP They do tests
What is the difference?
Why do they test?
To fi nd BUGS
Why do we test?
Executable speci fi cations
Detect collateral effects
Analysis of code
To know when ours external dependencies change
Design
What test? Piece off code that require some thinking Bugs
Boundaries Integration User Journey Any logic …
A more dif fi cult question What no test? External
code Boilerplate code …
How many?
What’s about quality?
Internal quality * concision * cohesion * low coupling *
generality * clarity
External quality * conformity to their expectations * reliability *
accuracy * ease of use and comfort * robustness * openness * ...
Is tested code high quality?
Tests are only a tool They must be guided by:
Principles Patterns common sense
The only one metric you care about
Is it Worthy?
Test is part of the development process To me, it
is not optional anymore