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!
Instructor Details
Courses : 5
Specification: Nodejs Express – unit testing/integration tests with Jest
|
13 reviews for Nodejs Express – unit testing/integration tests with Jest
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $17.99 |
---|---|
Provider | |
Duration | 3 hours |
Year | 2019 |
Level | Beginner |
Language | English |
Certificate | Yes |
Quizzes | No |
$99.99 $17.99
Alberto Galan –
Need to explain more why we are doing test driven , what are the advantages etc.. Not just explain the code .
Dmitry Melnikov –
no in depth functional explanations just to do walkthrough
Venkata Suresh Rajoli –
Good learning experience. Got to know how to unit test the Express Application. Would be great if you can explain about jest and its jest.mock() and jest.fn() concept and its underlying functionality.
Michael Denton –
Great explanation, however not all the cases have been handled, for example error if not the ID mongoose expects is passed.
David HCh –
Its good and easy way to learn TDD
Miguel Frias –
straight to the point
Joao Rodrigues –
Great course.
Javier Petrozzi –
Brilliant. You can t miss this course.
Mohammed Faour –
personally, I guess this course could have focused more on testing rather than teaching things that should be set as pre requisites
Joshua Lewis –
I am not only having a hard time keeping up with the speed at which the instructor is going through different things but the explanation of the content is not very sufficient.
Aman Karn –
Best way to learn testing with jest.
Darrell Burton –
A great introduction to NodeJS Express and Jest using a TDD approach. It was a bit fast though if you’re following along at the same time. Be prepared to pause the videos a lot.
Alejandro A Portillo –
So far the teacher gives reasons for why to do the things, is no like his is done this way and that’s it, but rather is you do this because you want to achieve that