Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31 1 2 3 4

Nodejs Express - unit testing/integration tests with Jest

Posted By: Sigha
Nodejs Express - unit testing/integration tests with Jest

Nodejs Express - unit testing/integration tests with Jest
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | 2.65 GB
Duration: 3 hours | Genre: eLearning | Language: English

Learn to build a full CRUD REST API with Nodejs using TDD in Jest in JavaScript ES6, with unit test and integration test.

What you'll learn

Learn how to make unit tests
Learn how to make integration tests
Learn how to create a Express REST API from scratch
Learn how to build a Express REST API with test-driven development
Learn how to mock Mongoose models in Nodejs with Jest
Learn how to use Jest with TDD to build a REST API
Learn how to use MongoDB with Mongoose together with Jest tests
Learn how to write tests for error handling

Requirements

Basic JavaScript ES6
Some familiarity with Nodejs Express is a plus

Description

Learn how to write a full CRUD REST API with Nodejs, Express and Jest using the test-driven development method!

TDD is becoming more and more of standard, and for good reasons!

With TDD, you can feel more safe and secure that any changes you make are not breaking existing functionality in your applications. Manual tests cannot be sustainable in large applications, or even medium applications. Plus, they're incredibly tedious.

Without TDD… well, you know the story. You try to add functionality while trying to touch the existing code as little as possible, because you don't want to break things unintentionally..

With TDD you won't be scared to make big refactors in your code to clean up messy code, you will know quickly if you've broken any existing functionality!

I'll show you step-by-step how to create a REST API with Express with unit tests and integration tests using the Jest test framework. There's going to be lots of opportunities for you to work on your own and do some exercises as well for optimal learning!

If you have any questions or suggestions to the course, feel free to message me anytime, I love interacting with my students!

Who this course is for:

Students somewhat familiar with Nodejs who wants to learn how to make production-ready software with TDD

Nodejs Express - unit testing/integration tests with Jest


Bookmark My Blog & Visit it Daily for More Video Tutorial