JasmineJS Tutorial

JasmineJS Tutorial

Jasmine is one of the most popular tools for a JavaScript developer to deal with hectic testing process. It is an open source technology. It is a simple API to test different components of JavaScript. This tutorial discusses the basic functionalities of Jasmine.js along with relevant examples for easy understanding.

Audience

This tutorial has been prepared for beginners to help them understand the basic concepts of Jasmine testing process.

Prerequisites

This is a very basic tutorial and it should be useful to any reader with a reasonable knowledge of basic computer programming.

Advertisements