Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Unit Testing and Test Driven Development in NodeJS
Rating: 4.6 out of 5(1,367 ratings)
6,569 students

Unit Testing and Test Driven Development in NodeJS

Learning the discipline of Test Driven Development (also known as TDD) in NodeJS with Javascript.
Created byRichard Wells
Last updated 2/2019
English

What you'll learn

  • Students will know what unit tests are and how to create them using the practice of Test Driven Development.

Course content

7 sections26 lectures1h 47m total length
  • Introduction2:22

    In this video I introduce myself and the concepts of unit testing and Test Driven Development.

Requirements

  • The student should have a beginner understanding of javascript and NodeJS.

Description

Test Driven Development is a key discipline every software developer should practice to ensure the quality of their code.  In this course I'll show you how to use this discipline in your everyday coding practices to help ensure the quality of your code base.

  • In this course we’ll be going over:

    • What is Unit Testing and Test Driven Development and how does it help you.

    • What are the Mocha and Chai testing libraries and how are they used for writing unit tests in NodeJS.

    • How to setup some common NodeJS development environments to use Mocha and Chai.

    • What are Test Doubles and how do you implement and use them with Sinon.

    • What are some Best Practices for unit testing and Test Driven Development.

    • We’ll also walk through some hands on example programming sessions using TDD in NodeJS.

Who this course is for:

  • Anyone who is actively using NodeJS and wants to make their code better.