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
JavaScriptTesting
Search
Luca Grulla
April 23, 2012
1
1.2k
JavaScriptTesting
Delivered at XP2010
Luca Grulla
April 23, 2012
Tweet
Share
More Decks by Luca Grulla
See All by Luca Grulla
Il grande bluff delle stime
lucagrulla
0
330
Building a Firehose with NodeJS
lucagrulla
1
140
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Embracing the Ebb and Flow
colly
87
4.8k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
For a Future-Friendly Web
brad_frost
180
9.9k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
910
Transcript
The secret art of Agile Javascrip3ng Brian Blignaut Luca Grulla Trondheim, 4/6/10 ‐ XP2010
Our background Large public facing websites Significant javascript codebase with complex DOM interacKon Heavy use of Ajax Large amount of business logic Long life expectancy
Disclaimer This presentaKon is technology agnosKc Each tool used is replaceable It is not about how to use jQuery
Technology Stack • JQuery • JSTestDriver • Ewloe • JavascriptLint
It used to be so simple…
Rich clients
We want unit tests
Scenario Login form Need to validate user credenKals Need to execute a server call via ajax POST Based on the result we need to show a welcome or an error message
None
None
None
None
So what is wrong with this code ?
None
We want to test it!
Domain abstrac3on
Abstrac3on around integra3on points
HTTP DOM PresentaKon Logic Business Logic
None
None
None
None
None
None
None
None
Live Demo ‐ Shopping Cart
Our approach Javascript is a first class language create abstracKons: business logic presentaKon logic integraKons …but not limited to a specific paVern !! Keep your presentaKon logic class as skinny as possible in order to express intents Favour interacKon tests over integraKon tests
Tools Considera3ons ….whatever you like but has to be pluggable in your ConKnuous IntegraKon !!
Ques3ons ?
Thank You ! Brian Blignaut
[email protected]
Luca Grulla
[email protected]
hVp://www.lucagrulla.it
References Live demo starKng point code hVp://github.com/gurrie/norway Live demo refactored code hVp://github.com/gurrie/norway/tree/completedSoluKon Ewloe hVp://github.com/gurrie/ewloe