Unit Testing in Node.js with Jest - e2e Testing & more

Unit Testing in Node.js with Jest - e2e Testing & more

Size
1.8 GB
Seeders
1
Leechers
0
Files
98
Category
Added
12/30/22 at 5:52am GMT+1
Infohash
233a6fe26a6d9ca02a6a8ee553808fad27fae975

Description


Description



If you have any confusion or question about Unit testing in your mind, then you are at the right place. In this, In-depth Node.js Unit Testing course we will start from scratch and write units test with Jest.



Unit testing can be really confusing something especially if you are a beginner. In this course, we will start from the basics of Jest and then write units of a complete Jobs API that contains each and every example.



We will write unit tests for our controllers, models, utils, middleware, and much more. We will talk about how to handle error cases in Jest and how we can mock different libraries or packages.



You don’t need to be a Node.js expert for this course but you should know basic and should how to build an API. We will cover all the particle cases of unit testing.



We will also take a deep dive into the e2e Testing in which we will test our API from A-Z to make sure every part of the API is working as expected. We will also learn how to generate a Test Coverage Report with Jest which will give us an idea of how much code of our API is covered in Unit Testing and e2e Testing.



====== Topic Covered in this Unit Testing Course ======



   Basics of Unit Testing in Jest

   Testing API Controllers

   Testing Middleware’s

   Testing Models

   Testing Utils

   e2e Testing

   Jest Test Coverage

   Test Driven Development

   React Unit Testing Basics – BONUS



If you are willing to learn or improve your Unit Testing skills then I will see you in the course!

Who this course is for:



   Nodejs Developers

   Anyone how wants to learn Unit testing

   Anyone how wants to test API in Nodejs

   Anyone who want to write clean code

   Anyone who wants to learn Jest



Requirements



   Your should know Nodejs, express and mongodb

   You should know how to build API in Nodejs

   Basic of Testing will be helpful (but not required)



Last Updated 11/2022

File list
  • Unit Testing in Node.js with Jest - e2e Testing & more
  • .pad/0 142.9 KB
  • .pad/1 32.6 KB
  • .pad/10 9.4 KB
  • .pad/11 186.3 KB
  • .pad/12 30.4 KB
  • .pad/13 260.8 KB
  • .pad/14 296.6 KB
  • .pad/15 128.3 KB
  • .pad/16 115.7 KB
  • .pad/17 164.5 KB
  • .pad/18 100.9 KB
  • .pad/19 346.4 KB
  • .pad/2 27.3 KB
  • .pad/20 58.5 KB
  • .pad/21 168.2 KB
  • .pad/22 151.2 KB
  • .pad/23 288.4 KB
  • .pad/24 374.8 KB
  • .pad/25 299.5 KB
  • .pad/26 308.6 KB
  • .pad/27 374 KB
  • .pad/28 31.4 KB
  • .pad/29 120.6 KB
  • .pad/3 301.8 KB
  • .pad/30 244.3 KB
  • .pad/31 321.1 KB
  • .pad/32 246.6 KB
  • .pad/33 176.5 KB
  • .pad/34 14 KB
  • .pad/35 37.3 KB
  • .pad/36 43 KB
  • .pad/37 44 KB
  • .pad/38 106.1 KB
  • .pad/39 174.5 KB
  • .pad/4 507.7 KB
  • .pad/40 20 KB
  • .pad/41 65.4 KB
  • .pad/42 327.4 KB
  • .pad/43 19.3 KB
  • .pad/44 221.1 KB
  • .pad/45 237.3 KB
  • .pad/46 270.1 KB
  • .pad/5 323.1 KB
  • .pad/6 74.1 KB
  • .pad/7 313.4 KB
  • .pad/8 10.7 KB
  • .pad/9 165.4 KB
  • TutsNode.net.txt 63 B
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/1. Introduction/2. What is Testing.mp4 16.8 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/10. e2e Testing - Auth/2. DB handler with mongodb-memory-server.mp4 32.2 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/10. e2e Testing - Auth/3. Connecting & Closing DB.mp4 22.9 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/10. e2e Testing - Auth/4. Testing Register user.mp4 46.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/10. e2e Testing - Auth/5. Testing Login user.mp4 35.3 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/11. e2e Testing - Jobs Resource/1. Testing Get All Jobs.mp4 21.8 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/11. e2e Testing - Jobs Resource/2. Testing Create new Job.mp4 63 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/11. e2e Testing - Jobs Resource/3. Testing Get Job By Id.mp4 40.3 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/11. e2e Testing - Jobs Resource/4. Testing Update Job.mp4 26.8 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/11. e2e Testing - Jobs Resource/5. Testing Delete Job.mp4 16.8 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/12. Jest Test Coverage/1. Jest Testing Coverage.mp4 17.5 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/13. Test Driven Development (TDD)/2. Writing Unit Test.mp4 73 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/13. Test Driven Development (TDD)/3. Writing Endpoints.mp4 49.5 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/13. Test Driven Development (TDD)/3.1 tdd.zip 104.4 KB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/14. Bonus Lecture - Basic of React Unit Testing/1. Basic of React Unit Testing.html 311 B
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/3. SOURCE CODE OF PROJECT/1. How to get Source code of project.mp4 15.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/3. SOURCE CODE OF PROJECT/1.1 jobs_api_git_link.txt 76 B
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/4. Basics of Unit Testing in Jest/2. Writing our first unit test.mp4 47 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/4. Basics of Unit Testing in Jest/3. What is Mock or Mocking.mp4 49.8 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/4. Basics of Unit Testing in Jest/4. mockImplementation and mockImplmentationOnce.mp4 35.4 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/4. Basics of Unit Testing in Jest/5. Jest spyOn.mp4 20.4 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/4. Basics of Unit Testing in Jest/7. beforeEach, afterEach, beforeAll, afterAll.mp4 20.5 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/1. Overview of Jobs API.mp4 52.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/10. Unit Test Login User.mp4 34.1 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/2. Mock Request & Mock Response.mp4 67.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/3. Mock User Model & bcryptjs.mp4 42.9 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/4. Unit Test Register User.mp4 51.5 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/6. Unit Test Register user Validation Error.mp4 29.2 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/7. Unit Test Duplicate Email Error.mp4 26 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/8. Unit Test Missing Login Email & Password.mp4 30.5 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/5. Lets Unit Test Jobs API/9. Unit Test Invalid Email or Password for Login.mp4 56.2 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/1. Jobs Controller Mocks.mp4 30.4 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/2. Testing Get All Jobs.mp4 74.8 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/3. Unit Test Create Job.mp4 46.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/4. Unit Test Create Job Validation error.mp4 31.6 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/5. Unit Test Get Job By ID.mp4 37.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/6. Unit Test CastError.mp4 26 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/7. Unit Test Update Job.mp4 69 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/8. Unit Test Unauthorized error.mp4 27.3 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/6. Testing Jobs Resource/9. Unit Test Delete Job.mp4 26 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/7. Testing Middleware’s/1. Overview of auth middleware.mp4 18.7 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/7. Testing Middleware’s/2. Testing Missing Authorization header.mp4 42.4 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/7. Testing Middleware’s/4. Unit testing auth middleware.mp4 47.3 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/8. Testing Models/1. Testing User Model.mp4 26 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/8. Testing Models/2. Testing User Model Validation error.mp4 34.9 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/8. Testing Models/3. Testing missing password.mp4 33.2 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/9. Testing Utils/1. Unit Testing getJwtToken.mp4 30.3 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/9. Testing Utils/2. Unit Test sendEmail with Nodemailer.mp4 54.9 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/9. Testing Utils/3. Overview of AWS S3 Class.mp4 38.4 MB
  • [TutsNode.net] - Unit Testing in Node.js with Jest - e2e Testing & more/9. Testing Utils/4. Unit Test upload image to AWS S3.mp4 34.7 MB

Rating
Not rated yet
Log in to rate

Comments

No comments yet.


Similar torrents