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
50
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
480
Universal Web apps con JavaScript
hpneo
0
300
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
690
Xamarin
hpneo
1
290
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
110
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
61
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
82
Other Decks in Programming
See All in Programming
可変性を制する設計: 構造と振る舞いから考える概念モデリングとその実装
a_suenami
10
1.7k
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
260
AIに安心して任せるためにTypeScriptで一意な型を作ろう
arfes0e2b3c
0
340
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
1.9k
대규모 트래픽을 처리하는 프론트 개발자의 전략
maryang
0
120
kiroでゲームを作ってみた
iriikeita
0
150
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
11
2.5k
変化を楽しむエンジニアリング ~ いままでとこれから ~
murajun1978
0
710
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
1.4k
新世界の理解
koriym
0
130
Comparing decimals in Swift Testing
417_72ki
0
170
新しいモバイルアプリ勉強会(仮)について
uetyo
1
250
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
450
Site-Speed That Sticks
csswizardry
10
770
Agile that works and the tools we love
rasmusluckow
329
21k
Why Our Code Smells
bkeepers
PRO
337
57k
Scaling GitHub
holman
461
140k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
4 Signs Your Business is Dying
shpigford
184
22k
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