Удален по просьбе правообладателя
  • Урок 1. 00:03:48
    A message from the instructor
  • Урок 2. 00:02:49
    Getting Access to Project Source Code
  • Урок 3. 00:03:39
    Mental Model of Software Testing
  • Урок 4. 00:04:48
    Types of Tests and Their Scope
  • Урок 5. 00:07:12
    Let's create own testing framework
  • Урок 6. 00:04:27
    The First Unit Tests with Jasmine Framework
  • Урок 7. 00:10:34
    Testing Framework vs Test Runner
  • Урок 8. 00:07:04
    Test Suites Explained
  • Урок 9. 00:09:51
    Setup Hooks in Jasmine Explained
  • Урок 10. 00:04:48
    Execution Order of Setup Hooks
  • Урок 11. 00:12:11
    What Are Test Matchers
  • Урок 12. 00:06:49
    How to Debug Tests
  • Урок 13. 00:05:40
    Dependencies in Unit Tests
  • Урок 14. 00:08:44
    Dependencies in Unit Tests - Stubs
  • Урок 15. 00:11:20
    Depandencies in Unit Tests - Spy
  • Урок 16. 00:17:39
    How to test async code
  • Урок 17. 00:13:55
    Testing DOM elements
  • Урок 18. 00:06:32
    Deep Dive Into Angular Bootstrapping Process
  • Урок 19. 00:07:28
    How Works Change Detection in Angular
  • Урок 20. 00:08:55
    Lifecycle Hooks In Angular Components
  • Урок 21. 00:10:30
    About Dependency Injection Pattern
  • Урок 22. 00:12:22
    Dependency Injection in Angular
  • Урок 23. 00:06:19
    Smart vs Dumb Components Pattern
  • Урок 24. 00:04:48
    Dev Environment Setup & Projects Overview
  • Урок 25. 00:12:32
    Testing Simple Util Functions
  • Урок 26. 00:12:03
    Testing a Simple Angular Service
  • Урок 27. 00:06:06
    Testing Service with Dependencies (Injection Token)
  • Урок 28. 00:08:07
    Testing Services with inject() function (using runInInjectionContext)
  • Урок 29. 00:04:45
    Testing Services with inject() (using TestBed.inject)
  • Урок 30. 00:05:10
    Overview of the TestBed Tool
  • Урок 31. 00:10:05
    Setting Up Test Case for Components
  • Урок 32. 00:03:50
    Component Fixture Overview
  • Урок 33. 00:06:51
    Change Detection in Testing Component
  • Урок 34. 00:10:37
    Querying Elements in Tests (Native Element vs Debug Element)
  • Урок 35. 00:07:40
    What to Test in Angular Components?
  • Урок 36. 00:11:58
    Testing of Component Inputs
  • Урок 37. 00:03:17
    TIP: How to make your tests less fragile Pt.1
  • Урок 38. 00:07:28
    TIP: How to make your tests less fragile Pt.2
  • Урок 39. 00:07:07
    Testing Components with OnPush Change Detection Strategy
  • Урок 40. 00:07:47
    Testing Component with Host Directives
  • Урок 41. 00:05:53
    How to test Component Events and Event Handlers
  • Урок 42. 00:11:23
    Introducing the testing approach using Test Host Component
  • Урок 43. 00:03:34
    Testing Content Projection in Components
  • Урок 44. 00:06:34
    Improving test setup using setup function
  • Урок 45. 00:07:28
    How to setup & test Standalone Components
  • Урок 46. 00:09:51
    Testing Component Outputs without Test Host
  • Урок 47. 00:09:41
    How To Test Component Outputs using TestHost strategy
  • Урок 48. 00:14:27
    How to Test Attribute Directives
  • Урок 49. 00:08:14
    How to test Angular Pipes
  • Урок 50. 00:12:48
    How to test Pipes with Dependencies
  • Урок 51. 00:08:37
    Components with Dependencies: Deep Rendering Strategy
  • Урок 52. 00:08:45
    Components with Dependencies: Shallow Rendering Strategy (NO_ERROR_SCHEMA)
  • Урок 53. 00:09:32
    Components with Dependencies: Shallow Rendering Strategy (Stubs)
  • Урок 54. 00:06:19
    Pitfalls Using Stubs with @ViewChild(ren) Decorator
  • Урок 55. 00:05:23
    How To Test Components with NgFor (+stubs);
  • Урок 56. 00:04:18
    Components with Dependencies (standalone): Deep Rendering Strategy
  • Урок 57. 00:05:55
    Components with Dependencies(standalone): Shallow Rendering Strategy (Stubs)
  • Урок 58. 00:03:35
    Structural Directive Testing | Directive overview
  • Урок 59. 00:03:21
    Structural Directive Testing | Testing Plan
  • Урок 60. 00:06:45
    Structural Directive Testing | Testing Embeded View Rendering
  • Урок 61. 00:10:20
    Structural Directive Testing | Testing Async Code
  • Урок 62. 00:09:02
    Structural Directive Testing- Testing the Countdown Clock