Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Test Kitchen - A Recipe for Good Tests
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Confidence
- 3 Automation
- 4 When should automated tests run
- 5 When should automated tests not run
- 6 How to make tests fast
- 7 Test tools
- 8 Tests should be behavioral
- 9 Test from the consumer perspective
- 10 Testing a counter component
- 11 Testing behavior
- 12 Testing properties
- 13 Testing example
- 14 Testing tips
- 15 Testing random numbers
- 16 Extracting business logic
- 17 Race conditions
- 18 Failures
- 19 Specific Tests
- 20 Split Test Cases
- 21 Reading Tests
- 22 Short Tests
- 23 Extract Test Functions
- 24 Test Library
- 25 Visual Regression Tests
- 26 Writing Tests
- 27 Hacky Tests
- 28 Permit
- 29 Use the right tool
- 30 Predictive
- 31 What tests do you need