Completed
More about unit test
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing Best Practices for Angular Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why do we write tests?
- 3 Testing in Angular
- 4 Testing using Angular CLI
- 5 Asynchronous Tests
- 6 Demo: Delayed Echo Server
- 7 Let's start to test
- 8 Problem with Jasmine done
- 9 Jasmine done fail
- 10 async helper
- 11 Problem: Long promise chains
- 12 Timer
- 13 Demo: Debounced Echo Server
- 14 How to test that?
- 15 Test Demo
- 16 XHR(HttpClient)
- 17 Demo: XHR Echo Server
- 18 Http Testing Controller
- 19 Summary
- 20 More about unit test
- 21 Async in Protractor
- 22 Disable control flow
- 23 Use async/await in test
- 24 AOT Test
- 25 Component harness
- 26 To Summarize...