Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
An Artsy Testing Tour
Ash Furrow
March 04, 2016
Programming
4
11k
An Artsy Testing Tour
Presented at try! Swift
http://www.tryswiftconf.com/en
Ash Furrow
March 04, 2016
Tweet
Share
More Decks by Ash Furrow
See All by Ash Furrow
Migrating to React Native: A Long-Term Retrospective
ashfurrow
0
87
How Artsy Automates Team Culture
ashfurrow
0
1.7k
Building Custom TSLint Rules
ashfurrow
0
170
Circumventing Fear of the Unknown
ashfurrow
1
230
Building Better Software by Building Better Teams
ashfurrow
1
290
Building Open Source Communities
ashfurrow
0
360
Comparative Asynchronous Programming
ashfurrow
2
8.3k
Building Compassionate Software
ashfurrow
0
190
Swift, Briskly
ashfurrow
0
82
Other Decks in Programming
See All in Programming
実録mruby組み込み体験
coe401_
0
100
Yumemi.apk #6 ~ゆめみのAndroidエンジニア 日頃の成果大発表会!~ Session 2
blendthink
1
210
脱オブジェクト指向講座(5分LT資料)
kishida
8
11k
スモールチームがAmazon Cognitoでコスパよく作るサービス間連携認証
tacke_jp
2
350
mrubyを1300円のボードで動かそう
yuuu
0
180
2022 FrontEnd Training
mixi_engineers
1
280
Named Document って何?
harunakano
0
380
Enterprise Angular: Frontend Moduliths with Nx and Standalone Components @jax2022
manfredsteyer
PRO
0
300
Nix for Scala folks
kubukoz
0
130
よりUXに近いSLI・SLOの運用による可用性の再設計
kazumanagano
3
510
microCMS × Shopifyで、ECサイトがリニューアル後急成長した話
microcms
0
470
アプリのログをチーム外で活用してもらうためにやったこと
shotakashihara
0
180
Featured
See All Featured
Thoughts on Productivity
jonyablonski
43
2.2k
How to Ace a Technical Interview
jacobian
265
21k
Designing the Hi-DPI Web
ddemaree
272
32k
Testing 201, or: Great Expectations
jmmastey
21
5.4k
Mobile First: as difficult as doing things right
swwweet
212
7.5k
Designing Experiences People Love
moore
130
22k
Bootstrapping a Software Product
garrettdimon
295
110k
A Philosophy of Restraint
colly
192
14k
StorybookのUI Testing Handbookを読んだ
zakiyama
4
2k
No one is an island. Learnings from fostering a developers community.
thoeni
9
1.1k
Building Your Own Lightsaber
phodgson
94
4.6k
A designer walks into a library…
pauljervisheath
196
16k
Transcript
An Artsy Testing Tour Ash Furrow, Artsy
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
None
{1 2 3
XCTAssertEqual(1 + 1, 2, "…") expect(1 + 1) == 2
expect(1 + 1).to( equal(2) )
expect(result).to( beCloseTo(100) ) expect(name).to( contain("Ash") ) expect(talk).toEventually( beDone() ) expect(view).to(
haveValidSnapshot() )
None
None
github.com/artsy/emergence github.com/artsy/energy github.com/artsy/eigen github.com/artsy/eidolon