-
Урок 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
-
Урок 63.
00:03:53
Missed Tip About Async Code Testing
-
Урок 64.
00:06:12
Copy to Clipboard - Directive Functionality Overview
-
Урок 65.
00:02:43
Creating the Testing Plan
-
Урок 66.
00:09:22
Setting up the TestBed for the directive tests
-
Урок 67.
00:12:48
Testing if Directive Observable emits Proper values Pt.1
-
Урок 68.
00:05:40
Testing if Directive Observable emits Proper values Pt.2
-
Урок 69.
00:03:56
Tests Refactoring and Enhancement
-
Урок 70.
00:04:50
Testing if value from [text] input is copied to the Clipboard
-
Урок 71.
00:04:51
Testing if element innerText is copied to the Clipboard
-
Урок 72.
00:04:49
Testing if text from HTML input is copied to the Clipboard
-
Урок 73.
00:05:02
Project setup for this Section
-
Урок 74.
00:08:51
Service with HttpClient - Test Setup
-
Урок 75.
00:04:16
Service with HttpClient - Creating a Test Plan
-
Урок 76.
00:07:22
Service with HttpClient - Testing the "loading" state
-
Урок 77.
00:08:02
Service with HttpClient - Testing the successful HTTP call completion
-
Урок 78.
00:08:53
Service with HttpClient - Testing the failed HTTP call completion Pt.12
-
Урок 79.
00:07:46
Service with HttpClient - Testing the failed HTTP call completion Pt.2
-
Урок 80.
00:06:05
Smart Component - Creating Testing Plan
-
Урок 81.
00:06:02
Smart Component - TestBed Setup
-
Урок 82.
00:04:47
Smart Component - Testing the Component "loading" state
-
Урок 83.
00:03:29
Smart Component - Testing the Component "error" state
-
Урок 84.
00:06:30
Smart Component - Testing If Item Cards are successfully rendered
-
Урок 85.
00:06:25
Smart Component - Testing If Item added to the Cart on Click
-
Урок 86.
00:05:13
Smart Component - Testing If the Item Link Leads To Proper Location
Many thanks