CMPS 364: NoSQL Databases
Introduction
This module is around testing your source code. Tests are needed in the industry, need to ensure your source code functions properly, prevent bugs from appearing. These are all requirements before pushing source code from a development platform to the next level in your lifecycle.
Module Objectives
- Running tests with the Mocha test framework
- Writing tests with a javascript assertion library
- Writing your first test
- Testing your application
Learning Resources
- Module 9 Readings
- Module 9 Lecture
- Module 9 Lab
Learning Activities
- Learn how to use different javascript libraries to test your code
- Learn how to write proper use test cases
For Further Study
- Unit Testing with Moha javascript: https://www.taniarascia.com/unit-testing-in-javascript/