javascript applications for the enterprise: test more

18
JavaScript Applications for the Enterprise: Test More, Work Less George Bochenek Randy Jones March 8–11, 2016 | Palm Springs, CA Esri Developer Summit

Upload: others

Post on 20-Apr-2022

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: JavaScript Applications for the Enterprise: Test More

JavaScript Applications for the Enterprise: Test More, Work Less

George BochenekRandy Jones

March 8–11, 2016 | Palm Springs, CA

Esri Developer Summit

Page 2: JavaScript Applications for the Enterprise: Test More

QA is Important

Page 3: JavaScript Applications for the Enterprise: Test More

Regressions and the Dream Curve

Page 4: JavaScript Applications for the Enterprise: Test More

Regressions and the Dream Curve

Page 5: JavaScript Applications for the Enterprise: Test More

Enterprise Challenges

Page 6: JavaScript Applications for the Enterprise: Test More

Unit Testing

wwworks/8081867203

Page 7: JavaScript Applications for the Enterprise: Test More

Don’t Test Other People’s Code

Aerokay/Tommy-the-Cheater-204152168

Page 8: JavaScript Applications for the Enterprise: Test More

Spies and Fakes

ajc1/6357759479

Page 9: JavaScript Applications for the Enterprise: Test More
Page 10: JavaScript Applications for the Enterprise: Test More

Encapsulation

cancunwijaya/15897251675

Page 11: JavaScript Applications for the Enterprise: Test More

nrcgov/6800272614

Page 12: JavaScript Applications for the Enterprise: Test More
Page 13: JavaScript Applications for the Enterprise: Test More

Continuous Integration

Page 14: JavaScript Applications for the Enterprise: Test More

Write Code

Write Test

Write code, break test

Rewrite Test

How do we Test?

Page 15: JavaScript Applications for the Enterprise: Test More

Write Test

Test Fails

Write code till passes

Refactor

Test Driven Development

Page 16: JavaScript Applications for the Enterprise: Test More

Trunkaka

Stable

Tim

e

Release Candidate

1

3

7

SomeFeature

8

6

FutureFeature

2

4

9

10

Update

5

11

MinorFeature

1.0

1.1

Source Control

Inspired from https://gist.github.com/digitaljhelms/4287848

Page 17: JavaScript Applications for the Enterprise: Test More

JavaScript Mapping Applications - Testing Tools and Patternshttp://video.esri.com/watch/4281/javascript-mapping-applications-_dash_-testing-tools-and-patterns

Resources

https://github.com/Esri/enterprise-build-sample-js

Page 18: JavaScript Applications for the Enterprise: Test More