tdd your jquery plugins

40
TDD YOUR JQUERY PLUGINS PRESENTED BY PAUL ELLIOTT @p_elliott HASHROCKET EXPERTLY CRAFTED WEB Monday, October 18, 2010

Upload: paulelliott99

Post on 06-May-2015

2.261 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: TDD your jQuery plugins

TDD YOURJQUERYPLUGINSPRESENTED BY

PAUL ELLIOTT@p_elliott

HASHROCKETEXPERTLY CRAFTED WEB

Monday, October 18, 2010

Page 2: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

test all the time

Monday, October 18, 2010

Page 3: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

testing frameworks

Monday, October 18, 2010

Page 4: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

it’s not about bugs

Monday, October 18, 2010

Page 5: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

what is TDD?

Monday, October 18, 2010

Page 6: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

QUnit

Monday, October 18, 2010

Page 7: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

outside in

Monday, October 18, 2010

Page 8: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

let’s build a plugin!

Monday, October 18, 2010

Page 9: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

“default value” for form fields

Monday, October 18, 2010

Page 10: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

only for text inputs

Monday, October 18, 2010

Page 11: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

sets default if no value presentinitially and on blur

Monday, October 18, 2010

Page 12: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

clears defaulton focus and form submission

Monday, October 18, 2010

Page 13: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

step 1: set up your test suite

Monday, October 18, 2010

Page 14: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 15: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 16: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

step 2: make your first failure

Monday, October 18, 2010

Page 17: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

integration

Monday, October 18, 2010

Page 18: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

integration

Monday, October 18, 2010

Page 19: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

step 3: write your first test

Monday, October 18, 2010

Page 20: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 21: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 22: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

one feature at a time

Monday, October 18, 2010

Page 23: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

integration

Monday, October 18, 2010

Page 24: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

integration

Monday, October 18, 2010

Page 25: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

integration

Monday, October 18, 2010

Page 26: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

integration

Monday, October 18, 2010

Page 27: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

pay attention to patterns

Monday, October 18, 2010

Page 28: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

Monday, October 18, 2010

Page 29: TDD your jQuery plugins

TDD YOUR JQUERY PLUGINS PAUL ELLIOTT

Monday, October 18, 2010

Page 30: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 31: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 32: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

keep on alternating

Monday, October 18, 2010

Page 33: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 34: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 35: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

you are now free to refactor

Monday, October 18, 2010

Page 36: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 37: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Monday, October 18, 2010

Page 38: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

github.com/paulelliott/jquery-tdd-example

Monday, October 18, 2010

Page 39: TDD your jQuery plugins

PAUL ELLIOTTTDD YOUR JQUERY PLUGINS

Got Questions?I want to hear from you!

Monday, October 18, 2010

Page 40: TDD your jQuery plugins

HASHROCKETEXPERTLY CRAFTED WEB

Thank you

[email protected]@p_elliott

Paul Elliott

http://docs.jquery.com/Qunithttp://github.com/paulelliott/jquery-tdd-example

Monday, October 18, 2010