1. Урок 1. 00:04:24
    Angular Testing Course - Helicopter View
  2. Урок 2. 00:06:28
    Angular Testing Course - Development Environment Setup
  3. Урок 3. 00:07:29
    Quick Introduction to Jasmine - Test Suites and Specifications
  4. Урок 4. 00:06:57
    Step-by-Step Implementation of our First Jasmine Specification
  5. Урок 5. 00:09:44
    Unit Testing with Jasmine - Introduction to Jasmine Spies
  6. Урок 6. 00:06:05
    Structuring Angular Unit Tests - Test Setup using beforeEach
  7. Урок 7. 00:07:11
    Using Dependency Injection in Angular Testing - The Angular TestBed
  8. Урок 8. 00:07:00
    Angular Unit Testing Best Practices and commonly used Test Utilities
  9. Урок 9. 00:05:27
    Testing Angular HTTP Services - Test Setup with the HttpClientTestingModule
  10. Урок 10. 00:09:54
    Angular HTTP Service Testing - Step-by-Step Implementation
  11. Урок 11. 00:04:38
    Preventing Unintended HTTP Requests using the HTTP Testing Controller
  12. Урок 12. 00:05:16
    Testing Angular HTTP Data Modification Services
  13. Урок 13. 00:06:02
    Angular HTTP Services - Testing Error Handling
  14. Урок 14. 00:08:48
    Angular HTTP Testing - Checking HTTP Request Parameters
  15. Урок 15. 00:07:18
    Introduction to Angular Component Testing - Presentational Components
  16. Урок 16. 00:08:44
    Angular Component Testing - Test Setup with the async Test Utility
  17. Урок 17. 00:05:29
    Angular Component Testing - DOM Interaction
  18. Урок 18. 00:05:01
    Angular Test Debugging - How to Trigger Change Detection?
  19. Урок 19. 00:06:02
    Angular Component Testing - Course Card List Test Suite Conclusion
  20. Урок 20. 00:11:30
    Testing Angular Smart or Container Components - Test Setup
  21. Урок 21. 00:08:39
    Mocking Observable-based Services - Testing the Home Component
  22. Урок 22. 00:03:31
    Container Component Test Suite - The Home Component
  23. Урок 23. 00:08:55
    Simulating User DOM Interaction in Angular Unit Tests
  24. Урок 24. 00:08:35
    Introduction to Asynchronous Angular Testing - Understanding Jasmine done()
  25. Урок 25. 00:06:53
    Understanding Asynchronous Testing - a Simple Example
  26. Урок 26. 00:13:30
    Understanding the Angular fakeAsync Testing Zone
  27. Урок 27. 00:13:56
    Testing Promised-based code - Introduction to Microtasks
  28. Урок 28. 00:03:58
    Testing Promise-based code with fakeAsync - Understanding flushMicrotasks
  29. Урок 29. 00:06:13
    Testing Asynchronous Code with fakeAsync - Full Example
  30. Урок 30. 00:05:36
    Using fakeAsync to test Asynchronous Observables
  31. Урок 31. 00:10:23
    fakeAsync in Practice - Fixing the Home component tests
  32. Урок 32. 00:13:05
    Understanding the Angular waitForAsync() Test Zone
  33. Урок 33. 00:06:36
    Angular (E2E) End to End Testing - Getting Started with Cypress
  34. Урок 34. 00:08:51
    Angular E2E (End To End Test) Hello World with Cypress
  35. Урок 35. 00:08:13
    How to Mock an HTTP Backend using Cypress
  36. Урок 36. 00:05:49
    Simulating User Interaction in Cypress End to End Tests
  37. Урок 37. 00:07:19
    Angular CLI Code Coverage and Deployment in Production Mode
  38. Урок 38. 00:07:29
    Preparing an Angular Application for Continuous Integration (CI)
  39. Урок 39. 00:05:34
    Running Cypress E2E Tests using Travis CI
  40. Урок 40. 00:07:56
    Angular Testing Course - Conclusions and Key Takeaways