April 2018
Beginner
226 pages
4h 47m
English
The study of JSON drives us toward various developmental phases. In this chapter, we learned about unit testing and automation. We used gulp.js, which proved to be an incredible task runner tool. We learned about two important concepts of unit testing: BDD testing using the node.js assertion library; and mocha.js, the TDD framework for JavaScript apps.
It is highly recommended to unit test as much as we can. This reduces bugs to a great extent and provides maintainability of code over time. As the saying goes:
Moving forward in next ...
Read now
Unlock full access