Удален по просьбе правообладателя
  1. Урок 1. 00:03:48
    A message from the instructor
  2. Урок 2. 00:02:49
    Getting Access to Project Source Code
  3. Урок 3. 00:03:39
    Mental Model of Software Testing
  4. Урок 4. 00:04:48
    Types of Tests and Their Scope
  5. Урок 5. 00:07:12
    Let's create own testing framework
  6. Урок 6. 00:04:27
    The First Unit Tests with Jasmine Framework
  7. Урок 7. 00:10:34
    Testing Framework vs Test Runner
  8. Урок 8. 00:07:04
    Test Suites Explained
  9. Урок 9. 00:09:51
    Setup Hooks in Jasmine Explained
  10. Урок 10. 00:04:48
    Execution Order of Setup Hooks
  11. Урок 11. 00:12:11
    What Are Test Matchers
  12. Урок 12. 00:06:49
    How to Debug Tests
  13. Урок 13. 00:05:40
    Dependencies in Unit Tests
  14. Урок 14. 00:08:44
    Dependencies in Unit Tests - Stubs
  15. Урок 15. 00:11:20
    Depandencies in Unit Tests - Spy
  16. Урок 16. 00:17:39
    How to test async code
  17. Урок 17. 00:13:55
    Testing DOM elements
  18. Урок 18. 00:06:32
    Deep Dive Into Angular Bootstrapping Process
  19. Урок 19. 00:07:28
    How Works Change Detection in Angular
  20. Урок 20. 00:08:55
    Lifecycle Hooks In Angular Components
  21. Урок 21. 00:10:30
    About Dependency Injection Pattern
  22. Урок 22. 00:12:22
    Dependency Injection in Angular
  23. Урок 23. 00:06:19
    Smart vs Dumb Components Pattern
  24. Урок 24. 00:04:48
    Dev Environment Setup & Projects Overview
  25. Урок 25. 00:12:32
    Testing Simple Util Functions
  26. Урок 26. 00:12:03
    Testing a Simple Angular Service
  27. Урок 27. 00:06:06
    Testing Service with Dependencies (Injection Token)
  28. Урок 28. 00:08:07
    Testing Services with inject() function (using runInInjectionContext)
  29. Урок 29. 00:04:45
    Testing Services with inject() (using TestBed.inject)
  30. Урок 30. 00:05:10
    Overview of the TestBed Tool
  31. Урок 31. 00:10:05
    Setting Up Test Case for Components
  32. Урок 32. 00:03:50
    Component Fixture Overview
  33. Урок 33. 00:06:51
    Change Detection in Testing Component
  34. Урок 34. 00:10:37
    Querying Elements in Tests (Native Element vs Debug Element)
  35. Урок 35. 00:07:40
    What to Test in Angular Components?
  36. Урок 36. 00:11:58
    Testing of Component Inputs
  37. Урок 37. 00:03:17
    TIP: How to make your tests less fragile Pt.1
  38. Урок 38. 00:07:28
    TIP: How to make your tests less fragile Pt.2
  39. Урок 39. 00:07:07
    Testing Components with OnPush Change Detection Strategy
  40. Урок 40. 00:07:47
    Testing Component with Host Directives
  41. Урок 41. 00:05:53
    How to test Component Events and Event Handlers
  42. Урок 42. 00:11:23
    Introducing the testing approach using Test Host Component
  43. Урок 43. 00:03:34
    Testing Content Projection in Components
  44. Урок 44. 00:06:34
    Improving test setup using setup function
  45. Урок 45. 00:07:28
    How to setup & test Standalone Components
  46. Урок 46. 00:09:51
    Testing Component Outputs without Test Host
  47. Урок 47. 00:09:41
    How To Test Component Outputs using TestHost strategy
  48. Урок 48. 00:14:27
    How to Test Attribute Directives
  49. Урок 49. 00:08:14
    How to test Angular Pipes
  50. Урок 50. 00:12:48
    How to test Pipes with Dependencies
  51. Урок 51. 00:08:37
    Components with Dependencies: Deep Rendering Strategy
  52. Урок 52. 00:08:45
    Components with Dependencies: Shallow Rendering Strategy (NO_ERROR_SCHEMA)
  53. Урок 53. 00:09:32
    Components with Dependencies: Shallow Rendering Strategy (Stubs)
  54. Урок 54. 00:06:19
    Pitfalls Using Stubs with @ViewChild(ren) Decorator
  55. Урок 55. 00:05:23
    How To Test Components with NgFor (+stubs);
  56. Урок 56. 00:04:18
    Components with Dependencies (standalone): Deep Rendering Strategy
  57. Урок 57. 00:05:55
    Components with Dependencies(standalone): Shallow Rendering Strategy (Stubs)
  58. Урок 58. 00:03:35
    Structural Directive Testing | Directive overview
  59. Урок 59. 00:03:21
    Structural Directive Testing | Testing Plan
  60. Урок 60. 00:06:45
    Structural Directive Testing | Testing Embeded View Rendering
  61. Урок 61. 00:10:20
    Structural Directive Testing | Testing Async Code
  62. Урок 62. 00:09:02
    Structural Directive Testing- Testing the Countdown Clock
  63. Урок 63. 00:03:53
    Missed Tip About Async Code Testing
  64. Урок 64. 00:06:12
    Copy to Clipboard - Directive Functionality Overview
  65. Урок 65. 00:02:43
    Creating the Testing Plan
  66. Урок 66. 00:09:22
    Setting up the TestBed for the directive tests
  67. Урок 67. 00:12:48
    Testing if Directive Observable emits Proper values Pt.1
  68. Урок 68. 00:05:40
    Testing if Directive Observable emits Proper values Pt.2
  69. Урок 69. 00:03:56
    Tests Refactoring and Enhancement
  70. Урок 70. 00:04:50
    Testing if value from [text] input is copied to the Clipboard
  71. Урок 71. 00:04:51
    Testing if element innerText is copied to the Clipboard
  72. Урок 72. 00:04:49
    Testing if text from HTML input is copied to the Clipboard
  73. Урок 73. 00:05:02
    Project setup for this Section
  74. Урок 74. 00:08:51
    Service with HttpClient - Test Setup
  75. Урок 75. 00:04:16
    Service with HttpClient - Creating a Test Plan
  76. Урок 76. 00:07:22
    Service with HttpClient - Testing the "loading" state
  77. Урок 77. 00:08:02
    Service with HttpClient - Testing the successful HTTP call completion
  78. Урок 78. 00:08:53
    Service with HttpClient - Testing the failed HTTP call completion Pt.12
  79. Урок 79. 00:07:46
    Service with HttpClient - Testing the failed HTTP call completion Pt.2
  80. Урок 80. 00:06:05
    Smart Component - Creating Testing Plan
  81. Урок 81. 00:06:02
    Smart Component - TestBed Setup
  82. Урок 82. 00:04:47
    Smart Component - Testing the Component "loading" state
  83. Урок 83. 00:03:29
    Smart Component - Testing the Component "error" state
  84. Урок 84. 00:06:30
    Smart Component - Testing If Item Cards are successfully rendered
  85. Урок 85. 00:06:25
    Smart Component - Testing If Item added to the Cart on Click
  86. Урок 86. 00:05:13
    Smart Component - Testing If the Item Link Leads To Proper Location