Completed
recap
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Unit Testing by Example
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How to become a testing expert
- 3 Testing without automation
- 4 First opportunity to test
- 5 Safety net
- 6 Regression test
- 7 Improving existing code
- 8 Changing the code
- 9 Test both cases
- 10 New code
- 11 inspect array
- 12 rock climbing
- 13 ecommerce example
- 14 catalog imports example
- 15 write less code
- 16 some things to consider
- 17 use your judgment
- 18 how many test cases
- 19 cyclomatic complexity
- 20 execution paths
- 21 decision branches
- 22 recap
- 23 testing as preemptive debugging
- 24 mock dependencies
- 25 handling mocks