FileMood

Download [ DevCourseWeb.com ] Udemy - JavaScript Unit Testing - The Practical Guide

DevCourseWeb com Udemy JavaScript Unit Testing The Practical Guide

Name

[ DevCourseWeb.com ] Udemy - JavaScript Unit Testing - The Practical Guide

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

2.4 GB

Total Files

193

Last Seen

2025-08-11 00:20

Hash

8AC90ED66C410E00FEFD016D9C880E6CCD28EE6E

/

Get Bonus Downloads Here.url

0.2 KB

/1. Getting Started/

1. Welcome To This Course!.mp4

18.0 MB

1. Welcome To This Course!.srt

2.1 KB

2. What Is Testing.mp4

22.2 MB

2. What Is Testing.srt

8.3 KB

3. Unit Testing What & Why.mp4

19.3 MB

3. Unit Testing What & Why.srt

8.1 KB

4. Unit vs Integration vs E2E Tests.mp4

31.0 MB

4. Unit vs Integration vs E2E Tests.srt

10.8 KB

5. A Quick Note About Test-Driven Development (TDD).mp4

5.7 MB

5. A Quick Note About Test-Driven Development (TDD).srt

2.7 KB

6. About This Course.mp4

27.0 MB

6. About This Course.srt

12.0 KB

7. Course Resources & Project Snapshots.html

0.8 KB

/.../10. Course Roundup/

1. Course Roundup.mp4

23.8 MB

1. Course Roundup.srt

6.4 KB

2. Bonus More Courses & Content.html

1.1 KB

/.../2. Setup & Testing Software/

1. Module Introduction.mp4

3.6 MB

1. Module Introduction.srt

2.1 KB

2. Which Tools Are Needed For Testing.mp4

30.1 MB

2. Which Tools Are Needed For Testing.srt

11.9 KB

3. Jest & Vitest.mp4

52.1 MB

3. Jest & Vitest.srt

12.4 KB

4. Installing Vitest.mp4

10.2 MB

4. Installing Vitest.srt

2.8 KB

5. Course Project Setup.mp4

54.5 MB

5. Course Project Setup.srt

14.7 KB

5.1 Course Projects Setup.html

0.2 KB

/3. Testing Basics/

1. Module Introduction.mp4

3.8 MB

1. Module Introduction.srt

2.4 KB

10. Testing For Errors.mp4

28.6 MB

10. Testing For Errors.srt

7.7 KB

11. Demo Adding More Tests.mp4

25.0 MB

11. Demo Adding More Tests.srt

6.5 KB

12. Testing For Thrown Errors & Error Messages.mp4

35.0 MB

12. Testing For Thrown Errors & Error Messages.srt

9.4 KB

13. Exercise Problem.mp4

9.7 MB

13. Exercise Problem.srt

3.4 KB

14. Exercise Solution.mp4

33.3 MB

14. Exercise Solution.srt

8.5 KB

15. Tests With Multiple Assertions (Multiple Expectations).mp4

39.9 MB

15. Tests With Multiple Assertions (Multiple Expectations).srt

9.7 KB

16. More Practice!.mp4

26.5 MB

16. More Practice!.srt

4.9 KB

16.1 validation.test.js File.html

0.2 KB

17. Introducing Test Suites.mp4

48.1 MB

17. Introducing Test Suites.srt

8.1 KB

18. Adding Tests To Frontend & Backend Projects.mp4

33.2 MB

18. Adding Tests To Frontend & Backend Projects.srt

6.5 KB

19. Module Summary.mp4

19.1 MB

19. Module Summary.srt

4.7 KB

2. Basic Test File & Project Setup.mp4

39.9 MB

2. Basic Test File & Project Setup.srt

13.2 KB

2.1 Project Setup.html

0.2 KB

3. Writing a First Test.mp4

42.7 MB

3. Writing a First Test.srt

13.2 KB

4. Running Tests.mp4

29.3 MB

4. Running Tests.srt

7.7 KB

5. Why Are We Testing.mp4

16.2 MB

5. Why Are We Testing.srt

5.8 KB

6. The AAA Pattern - Arrange, Act, Assert.mp4

27.8 MB

6. The AAA Pattern - Arrange, Act, Assert.srt

8.3 KB

7. Keep Your Tests Simple!.mp4

9.4 MB

7. Keep Your Tests Simple!.srt

3.2 KB

8. Defining Behaviors & Fixing Errors In Your Code.mp4

51.3 MB

8. Defining Behaviors & Fixing Errors In Your Code.srt

13.3 KB

9. Demo Writing More Tests.mp4

32.5 MB

9. Demo Writing More Tests.srt

7.8 KB

/.../4. Writing Good Tests/

1. Module Introduction.mp4

4.7 MB

1. Module Introduction.srt

2.6 KB

2. What To Test & Not To Test.mp4

39.2 MB

2. What To Test & Not To Test.srt

11.4 KB

2.1 Starting Setup.html

0.2 KB

3. Writing Good Tests - An Overview & Summary.mp4

28.0 MB

3. Writing Good Tests - An Overview & Summary.srt

8.8 KB

4. Only Test One Thing.mp4

10.4 MB

4. Only Test One Thing.srt

3.8 KB

5. Splitting Functions For Easier Testing & Better Code.mp4

47.9 MB

5. Splitting Functions For Easier Testing & Better Code.srt

9.6 KB

6. Refactoring Code.mp4

78.9 MB

6. Refactoring Code.srt

17.7 KB

7. Formulating Different Expectations.mp4

50.3 MB

7. Formulating Different Expectations.srt

10.6 KB

7.1 Prepared Tests (output.test.js).html

0.2 KB

8. A Word About Code Coverage.html

1.1 KB

9. Module Summary.mp4

12.7 MB

9. Module Summary.srt

3.6 KB

/5. Integration Tests/

1. Module Introduction.mp4

4.9 MB

1. Module Introduction.srt

1.9 KB

1.1 Starting Project.html

0.2 KB

2. Introducing Integration Tests.mp4

17.2 MB

2. Introducing Integration Tests.srt

4.5 KB

3. Writing an Integration Test & Reasoning.mp4

46.2 MB

3. Writing an Integration Test & Reasoning.srt

11.2 KB

4. Testing For Errors.mp4

18.8 MB

4. Testing For Errors.srt

5.0 KB

5. Integration vs Unit Tests Finding the Right Balance.mp4

21.5 MB

5. Integration vs Unit Tests Finding the Right Balance.srt

6.5 KB

/.../6. Advanced Testing Concepts/

1. Module Introduction.mp4

3.8 MB

1. Module Introduction.srt

1.9 KB

10. Concurrent Tests.mp4

18.5 MB

10. Concurrent Tests.srt

4.2 KB

11. Concurrency & Default Behavior.html

0.7 KB

12. Module Summary.mp4

14.5 MB

12. Module Summary.srt

3.5 KB

2. toBe() vs toEqual().mp4

36.5 MB

2. toBe() vs toEqual().srt

7.2 KB

2.1 Primitive vs Reference Values.html

0.1 KB

2.2 Starting Project.html

0.2 KB

3. The Problem With Asynchronous Code.mp4

40.8 MB

3. The Problem With Asynchronous Code.srt

11.1 KB

3.1 Async Code Project Example.html

0.2 KB

4. Testing Asynchronous Code With Callbacks.mp4

34.0 MB

4. Testing Asynchronous Code With Callbacks.srt

8.8 KB

5. Testing Asynchronous Code With Promises & async await.mp4

34.2 MB

5. Testing Asynchronous Code With Promises & async await.srt

7.9 KB

6. Returning Promises In Tests.html

0.6 KB

7. Getting Started with Testing Hooks.mp4

11.8 MB

7. Getting Started with Testing Hooks.srt

3.3 KB

7.1 Hooks Starting Project.html

0.2 KB

8. Why Hooks.mp4

40.0 MB

8. Why Hooks.srt

8.5 KB

9. Using Testing Hooks (beforeEach, beforeAll, afterEach, afterAll).mp4

46.4 MB

9. Using Testing Hooks (beforeEach, beforeAll, afterEach, afterAll).srt

11.6 KB

/.../7. Mocking & Spies Dealing with Side Effects/

1. Module Introduction.mp4

3.4 MB

1. Module Introduction.srt

1.7 KB

10. Managing Custom Mock Implementations Globally (__mocks__ Folder).mp4

45.3 MB

10. Managing Custom Mock Implementations Globally (__mocks__ Folder).srt

11.9 KB

11. More Mocking Functionalities.mp4

12.6 MB

11. More Mocking Functionalities.srt

3.1 KB

12. Module Summary.mp4

6.3 MB

12. Module Summary.srt

1.9 KB

2. The Starting Project.mp4

23.6 MB

2. The Starting Project.srt

7.9 KB

2.1 Starting Project.html

0.2 KB

3. The Problem With Side Effects & Tests.mp4

45.2 MB

3. The Problem With Side Effects & Tests.srt

11.6 KB

4. Introducing Spies & Mocks.mp4

6.1 MB

4. Introducing Spies & Mocks.srt

3.7 KB

4.1 Discussion Mocks, Stubs, Spies & Fakes (1).html

0.2 KB

4.2 Discussion Mocks, Stubs, Spies & Fakes (2).html

0.1 KB

5. Working with Spies.mp4

35.4 MB

5. Working with Spies.srt

9.9 KB

6. Getting Started with Mocks & Automocking.mp4

40.2 MB

6. Getting Started with Mocks & Automocking.srt

10.7 KB

7. Note on Mocking.mp4

15.6 MB

7. Note on Mocking.srt

4.1 KB

8. Notes on Spies.mp4

11.4 MB

8. Notes on Spies.srt

2.8 KB

9. Custom Mocking Logic.mp4

59.6 MB

9. Custom Mocking Logic.srt

15.2 KB

/.../8. More on Mocking & Diving Deeper/

1. Module Introduction.mp4

3.4 MB

1. Module Introduction.srt

2.0 KB

10. Using Local Mock Values.mp4

58.0 MB

10. Using Local Mock Values.srt

12.6 KB

11. Module Summary.mp4

12.0 MB

11. Module Summary.srt

2.3 KB

2. The Starting Project.mp4

18.0 MB

2. The Starting Project.srt

5.2 KB

2.1 Starting Project.html

0.2 KB

3. Refresher Practicing Basic Tests (1).mp4

53.0 MB

3. Refresher Practicing Basic Tests (1).srt

10.7 KB

4. Refresher Practicing Basic Tests (2).mp4

35.8 MB

4. Refresher Practicing Basic Tests (2).srt

8.4 KB

5. Reasons to Mock.mp4

15.6 MB

5. Reasons to Mock.srt

3.9 KB

6. Mocking Global Values & Functions.mp4

66.7 MB

6. Mocking Global Values & Functions.srt

15.1 KB

7. Mocking Frontend Libraries.html

0.6 KB

8. Test-specific Mocking Logic.mp4

63.5 MB

8. Test-specific Mocking Logic.srt

11.6 KB

9. Mocking In Selected Places.mp4

51.3 MB

9. Mocking In Selected Places.srt

9.3 KB

/.../9. Testing & The DOM (Frontend JavaScript Testing)/

1. Module Introduction.mp4

3.6 MB

1. Module Introduction.srt

2.1 KB

2. Understanding the Problem.mp4

28.0 MB

2. Understanding the Problem.srt

6.9 KB

2.1 Starting Project.html

0.2 KB

3. Working with Different Testing Environments.mp4

26.3 MB

3. Working with Different Testing Environments.srt

7.1 KB

4. Setting up a Virtual HTML Page.mp4

45.5 MB

4. Setting up a Virtual HTML Page.srt

8.7 KB

5. Testing DOM Functionalities.mp4

27.7 MB

5. Testing DOM Functionalities.srt

5.4 KB

6. DOM Tests & Cleanup Work.mp4

30.2 MB

6. DOM Tests & Cleanup Work.srt

5.8 KB

7. Finishing Example.mp4

14.6 MB

7. Finishing Example.srt

2.7 KB

8. A Brief Look at the Testing Library Package.mp4

13.1 MB

8. A Brief Look at the Testing Library Package.srt

3.5 KB

9. Module Summary.mp4

10.8 MB

9. Module Summary.srt

2.0 KB

/~Get Your Files Here !/

Bonus Resources.txt

0.4 KB

 

Total files 193


Copyright © 2025 FileMood.com