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
Desarrollo FrontEnd con JavaScript - S03 (II)
Search
Gustavo Leon
November 17, 2013
Programming
0
58
Desarrollo FrontEnd con JavaScript - S03 (II)
S03 - Testing:
- Testing
- Jasmine
- Custom matchers
Gustavo Leon
November 17, 2013
Tweet
Share
More Decks by Gustavo Leon
See All by Gustavo Leon
Usando Preact - Una alternativa ligera a React
hpneo
0
310
Manejando Docker containers con Ruby y backticks
hpneo
0
380
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
530
Universal Web apps con JavaScript
hpneo
0
330
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
720
Xamarin
hpneo
1
310
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
110
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
68
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
100
Other Decks in Programming
See All in Programming
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
110
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
390
「やめとこ」がなくなった — 1月にZennを始めて22本書いた AI共創開発のリアル
atani14
0
350
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
350
CSC307 Lecture 14
javiergs
PRO
0
450
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1.4k
Takumiから考えるSecurity_Maturity_Model.pdf
gessy0129
1
120
Event Storming
hschwentner
3
1.3k
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
200
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
210
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
110
Rubyと楽しいをつくる / Creating joy with Ruby
chobishiba
0
200
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
230
4 Signs Your Business is Dying
shpigford
187
22k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Bridging the Design Gap: How Collaborative Modelling removes blockers to flow between stakeholders and teams @FastFlow conf
baasie
0
470
From π to Pie charts
rasagy
0
140
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
130
Music & Morning Musume
bryan
47
7.1k
Darren the Foodie - Storyboard
khoart
PRO
3
2.7k
Exploring the relationship between traditional SERPs and Gen AI search
raygrieselhuber
PRO
2
3.7k
Transcript
Desarrollo FrontEnd con JavaScript s03 – Testing
Testing Asegura calidad Define funcionalidades Menos tiempo de debugging Detecta
posibles nuevos bugs
Testing con Jasmine http://pivotal.github.io/jasmine/
Jasmine • Biblioteca con enfoque BDD: Behavior-Driven Development. • Permite
escribir casos de prueba legibles para el usuario no técnico. • Matchers extensibles
Jasmine
Jasmine – Custom Matchers
Jasmine – Llamadas asíncronas