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
Unit Testing
Search
Göksel Köksal
December 26, 2018
0
84
Unit Testing
(NSAnkara 2018)
Göksel Köksal
December 26, 2018
Tweet
Share
More Decks by Göksel Köksal
See All by Göksel Köksal
iOS Software Architectures
gokselkoksal
0
510
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
42
2.8k
A Tale of Four Properties
chriscoyier
161
23k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
980
Context Engineering - Making Every Token Count
addyosmani
6
250
The Cult of Friendly URLs
andyhume
79
6.6k
Speed Design
sergeychernyshev
32
1.2k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Automating Front-end Workflow
addyosmani
1371
200k
Transcript
Unit Tes)ng
! "Bizim sektör ile futbol aşırı derecede benzerlik gösteriyor. Mesela
futbol yorumcuları herşeyi biliyorlar ama takım çalış>rmıyorlar, neden? Çünkü sorumluluk var, çünkü konuşmakla yapmak farklı, çünkü adamın göZünü keserler. Herkes clean code, herkes test yazıyor, herkes biliyor..." — Twi&er
Unit test nedir? • Fonksiyon: func sum(_ numbers: Int...) {
... } • Test: let actual = sum(1, 2) let expected = 3 XCTAssertEqual(actual, expected)
None
! "Kullanıcının uygulamaya bir önceki girişi 24 saa7en önce ise
ana sayfayı tekrar yükle."
! "Kullanıcı başka bir ülkeye seyahat e5ğinde döviz kurunu bildirim
olarak göster."
None
Manuel Test
Demo
! youtube.com/ LateNightMuhabbetleri
Göksel Köksal github.com/gokselkoksal medium.com/@gokselkoksal theswi5post.co twi7er.com/gokselkk
Kod github.com/gokselkoksal/ Presenta6on-UnitTes6ng