YoVDO

Learn JavaScript Unit Testing

Offered By: Codecademy

Tags

Javascript Courses Node.Js Courses Software Testing Courses Unit Testing Courses Test-Driven Development Courses Mocha Courses

Course Description

Overview

Learn to write unit tests in JavaScript with Mocha.

### Why Learn JavaScript Unit Testing?
Tests are essential for programmers! Errors in software are inevitable and costly. Testing enables programmers to catch more of their own bugs before deploying their code. Testing is so important that some developers write tests _before_ anything else, in a methodology known as test-driven development.

### Take-Away Skills:
You will learn the fundamentals of test-driven development, and the popular JavaScript testing library, Mocha. This course focuses on unit tests, which are the smallest and most specific types of software tests. After this course, you'll be ready to test larger software features with the course Learn Testing for Web Development.

### Note on Prerequisites:
Intermediate JavaScript is a prerequisite for this course. You should be comfortable with programming fundamentals, control flow, arrays, objects, and functions.

Syllabus

  • Why Test?: Learn the benefits of software testing and the terminology to explain them.
    • Lesson: Why Test?
    • Project: Cake O'Clock
    • Quiz: Why Test?
  • Write Good Tests With Mocha: Learn to use the Mocha framework and the Node.js assert library to write, automate, and organize tests in Javascript.
    • Lesson: Automate and Organize Tests
    • Lesson: Write Expressive Tests
    • Project: Rooster Regulation
    • Quiz: Learn Mocha
  • Learn Test-Driven Development With Mocha: Learners will practice test driven development to create their own JavaScript testing suite using Mocha.js.
    • Lesson: Learn TDD With Mocha
    • Project: Factorial Feature
    • Quiz: TDD With Mocha

Taught by

Jiwon Shin

Related Courses

A Practical Introduction to Test-Driven Development
LearnQuest via Coursera
Mastering Agile Development of Software as a Service
UC Berkeley via edX
Test-Driven Development Project: Random Person Generator
LearnQuest via Coursera
Introduction to Cloud Native, DevOps, Agile, and NoSQL
IBM via edX
IBM COBOL Basic Testing and Debugging
IBM via Coursera