Test-Driving JavaScript Applications
Author: Dr. Venkat Subramaniam
Publisher: Pragmatic Bookshelf
Pages: 320
ISBN: 978-1680501742
Print: 1680501747
Kindle: B01MQGX4CA
Audience: JavaScript programmers
Rating: 4
Reviewer: Kay Ewbank

This is a book that looks at how to use automated testing to improve the quality of your code. 

The book is subtitled Rapid, Confident, Maintainable Code, and it looks at how a number of automated testing tools can be used, including Karma, Mocha, Chai, Istanbul,Sinon and Protractor. The opening chapter discusses why automated testing and verification is a good idea. The author then moves on to an example showing the steps for creating tests for server-side and client-side code, creating test lists and looking at how to implement the minimum code for one test at a time. 

Banner

The next chapter looks at how to test asynchronous functions, after  which there's an interesting chapter on tackling dependencies. The advice is to remove them where possible, and to decouple and replace dependencies with test doubles to make testing easier.

By Chapter 5 the author has moved on to looking at Node.js applications and how to work out how much of the code the automated tests can verify. The next chapters look at testing database connections, model functions, routes functions, DOM and JQuery.

 

Ways to tests Angular.JS are next on the agenda. The techniques are interesting - for Angular.JS 1.x, the suggestion is to create another version of the client side for the Express application, while for Angular 2, the author suggest recreating the client side using Angular 2 and JavaScript.

Knowing what to test is the real skill in testing, and there's a chapter suggesting important areas to test, and what should be avoided. The book ends with a chapter on putting everything together.

This is a good introductions to the various testing tools, and some of the suggestions for ways to test made me think about better ways to test my own code. An interesting read.

 

Related Reviews

Test-Driven JavaScript Development

Maintainable JavaScript

 

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter, subscribe to the RSS feed and follow us on Twitter, Facebook or Linkedin.

Banner


Microsoft Azure For Dummies, 2nd Edition

Author: Jack A. Hyman
Publisher: For Dummies
Pages: 416
ISBN: 978-1119898061
Print:1119898064
Kindle: B0BNWG1HYK
Audience: Azure novices?!
Rating: 1 or 4.5 (see review)
Reviewer: Ian Stirk

This book aims to provide a gentle yet thorough introduction to Microsoft Azure, how does it fare? 



Algorithms: Absolute Beginner's Guide

Author: Kirupa Chinnathambi
Publisher: Addison-Wesley
Date: November 2023
Pages: 416
ISBN: 978-0138222291
Print: 0138222290
Kindle: B0CCTZ37DQ
Audience: General
Rating: 4.5
Reviewer: Kay Ewbank

Subtitled 'a practical introduction to data structures and algorithms in JavaScript', this book is split into tw [ ... ]


More Reviews