jasmine automated java script unit testing

Post on 17-Dec-2014

358 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

A quick presentation about JavaScript automated tests. Hope you enjoy it.

TRANSCRIPT

Why should we write JavaScript tests

The goal of unit testing

TDD vs BDD

Jasmine

Hands On

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.

Find problems early

Facilitates change

Simplifies integration

Documentation

A BDD Framework for testing JavaScript

Does not depend on any other

framework

It has a clean, obvious syntax

Edy Segurawww.edy.com.br

top related