testing tdd dom

10
TDD … and the DO(O)M

Upload: philipp-fehre

Post on 04-Jul-2015

133 views

Category:

Technology


4 download

DESCRIPTION

http://github.com/sideshowcoder/javascript-workshop https://github.com/sideshowcoder/frontend-tdd-with-jasmine

TRANSCRIPT

Page 1: Testing tdd dom

TDD

… and the DO(O)M

Page 2: Testing tdd dom

Anybody been to MunichJS?

Page 3: Testing tdd dom

This is part of a talk I did there, sorry not all original content :(

Page 4: Testing tdd dom

TDD and the DOM by example

Page 5: Testing tdd dom

GOAL Check if a password field is satisfying a constraint

Page 6: Testing tdd dom

jQuery plugin

Page 7: Testing tdd dom

TDD works form DOM code

Page 8: Testing tdd dom

It’s a matter of the right scope

Page 9: Testing tdd dom

Quicker than hitting refresh on a full page

Page 10: Testing tdd dom

Questions?