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
49
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
270
Manejando Docker containers con Ruby y backticks
hpneo
0
350
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
470
Universal Web apps con JavaScript
hpneo
0
300
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
680
Xamarin
hpneo
1
290
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
100
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
60
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
82
Other Decks in Programming
See All in Programming
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
1
220
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
740
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
180
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
2
440
NEWT Backend Evolution
xpromx
1
150
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
140
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7.4k
SwiftでMCPサーバーを作ろう!
giginet
PRO
2
190
ご注文の差分はこちらですか? 〜 AWS CDK のいろいろな差分検出と安全なデプロイ
konokenj
4
670
型で語るカタ
irof
0
800
MCPで実現できる、Webサービス利用体験について
syumai
7
1.9k
AIのメモリー
watany
11
950
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
282
13k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.5k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Gamification - CAS2011
davidbonilla
81
5.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Statistics for Hackers
jakevdp
799
220k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
GitHub's CSS Performance
jonrohan
1031
460k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
Mobile First: as difficult as doing things right
swwweet
223
9.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