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
48
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
210
Manejando Docker containers con Ruby y backticks
hpneo
0
300
CodePicnic: Lecciones aprendidas al crear una startup tecnológica
hpneo
0
420
Universal Web apps con JavaScript
hpneo
0
260
gmaps.js - 4 lecciones open source en 4 pasos
hpneo
0
650
Xamarin
hpneo
1
250
Desarrollo FrontEnd con JavaScript - S06
hpneo
0
95
Desarrollo FrontEnd con JavaScript - S05
hpneo
0
52
Desarrollo FrontEnd con JavaScript - S04
hpneo
0
75
Other Decks in Programming
See All in Programming
ペアーズにおけるAmazon Bedrockを⽤いた障害対応⽀援 ⽣成AIツールの導⼊事例 @ 20241115配信AWSウェビナー登壇
fukubaka0825
5
1.8k
PHP でアセンブリ言語のように書く技術
memory1994
PRO
1
170
From Subtype Polymorphism To Typeclass-based Ad hoc Polymorphism- An Example
philipschwarz
PRO
0
200
PLoP 2024: The evolution of the microservice architecture pattern language
cer
PRO
0
2.7k
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
810
C++でシェーダを書く
fadis
6
4.1k
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.2k
エンジニアとして関わる要件と仕様(公開用)
murabayashi
0
230
見せてあげますよ、「本物のLaravel批判」ってやつを。
77web
7
7.7k
開発効率向上のためのリファクタリングの一歩目の選択肢 ~コード分割~ / JJUG CCC 2024 Fall
ryounasso
0
450
ピラミッド、アイスクリームコーン、SMURF: 自動テストの最適バランスを求めて / Pyramid Ice-Cream-Cone and SMURF
twada
PRO
10
1.2k
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
16
2.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
Writing Fast Ruby
sferik
627
61k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
A better future with KSS
kneath
238
17k
Designing for humans not robots
tammielis
250
25k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Unsuck your backbone
ammeep
668
57k
Become a Pro
speakerdeck
PRO
25
5k
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