Completed
Use mock, fake, or actual module?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing in Layers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 A typical SW system
- 3 Why test software?
- 4 How do we test it?
- 5 Best way: Layers
- 6 What's a semantic constraint?
- 7 Body of tests
- 8 Mocks aren't Fakes
- 9 Mocks vs Fakes
- 10 Testing MLA
- 11 How to test MLA
- 12 How to test HLB
- 13 An Example HLB test
- 14 Use mock, fake, or actual module?
- 15 Check complexity
- 16 Load-test in layers
- 17 Test refactorings
- 18 Tests & logging