Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Automated Tests - You Won't Find It in a Book
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Unit testing
- 3 Validator
- 4 Why use mocks
- 5 What is a module
- 6 What is a unit
- 7 Interaction between modules
- 8 Database
- 9 Integration tests
- 10 API tests
- 11 Unit tests
- 12 Micro tests
- 13 Implement
- 14 Conventions
- 15 Builders
- 16 Builders instead of building
- 17 Unit vs integration tests
- 18 Testing without assertions
- 19 Speed of development
- 20 Green team