+ All Categories
Home > Technology > Jasmine automated java script unit testing

Jasmine automated java script unit testing

Date post: 17-Dec-2014
Category:
Upload: edy-segura
View: 337 times
Download: 0 times
Share this document with a friend
Description:
A quick presentation about JavaScript automated tests. Hope you enjoy it.
11
Transcript
Page 1: Jasmine   automated java script unit testing
Page 2: Jasmine   automated java script unit testing

Why should we write JavaScript tests

The goal of unit testing

TDD vs BDD

Jasmine

Hands On

Page 3: Jasmine   automated java script unit testing
Page 4: Jasmine   automated java script unit testing

Web servers, rich web client libraries, HTML5, databases, even JavaScript-based languages: I see JavaScript everywhere. If you have avoided JavaScript, this is the year to learn it. There’s no excuse — and if you don’t, you risk being left behind.

Page 5: Jasmine   automated java script unit testing
Page 6: Jasmine   automated java script unit testing
Page 7: Jasmine   automated java script unit testing

Find problems early

Facilitates change

Simplifies integration

Documentation

Page 8: Jasmine   automated java script unit testing
Page 9: Jasmine   automated java script unit testing

A BDD Framework for testing JavaScript

Does not depend on any other

framework

It has a clean, obvious syntax

Page 10: Jasmine   automated java script unit testing
Page 11: Jasmine   automated java script unit testing

Edy Segurawww.edy.com.br


Recommended