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
An Artsy Testing Tour
Search
Ash Furrow
March 04, 2016
Programming
4
12k
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
210
How Artsy Automates Team Culture
ashfurrow
0
3k
Building Custom TSLint Rules
ashfurrow
0
400
Circumventing Fear of the Unknown
ashfurrow
1
490
Building Better Software by Building Better Teams
ashfurrow
1
530
Building Open Source Communities
ashfurrow
0
820
Comparative Asynchronous Programming
ashfurrow
2
9.3k
Building Compassionate Software
ashfurrow
0
390
Swift, Briskly
ashfurrow
0
120
Other Decks in Programming
See All in Programming
Thank you <💅>, What's the Next?
ahoxa
1
580
実践Webフロントパフォーマンスチューニング
cp20
43
9.7k
SwiftDataのカスタムデータストアを試してみた
1mash0
0
140
RuboCop: Modularity and AST Insights
koic
2
2.2k
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
210
Jakarta EE Meets AI
ivargrimstad
0
660
[NG India] Event-Based State Management with NgRx SignalStore
markostanimirovic
1
180
PHPバージョンアップから始めるOSSコントリビュート / how2oss-contribute
dmnlk
1
1.1k
The Implementations of Advanced LR Parser Algorithm
junk0612
1
1.2k
VitestのIn-Source Testingが便利
taro28
8
2.4k
個人開発の学生アプリが企業譲渡されるまで
akidon0000
1
1.1k
Serving TUIs over SSH with Go
caarlos0
0
400
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.2k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.3k
GraphQLの誤解/rethinking-graphql
sonatard
71
10k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.6k
Six Lessons from altMBA
skipperchong
28
3.7k
Practical Orchestrator
shlominoach
187
11k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Agile that works and the tools we love
rasmusluckow
329
21k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
13
810
[RailsConf 2023] Rails as a piece of cake
palkan
54
5.5k
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