Completed
Outside in Testing
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Building Operable Software with TDD - But Not the Way You Think
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is it
- 3 What is TDD
- 4 Why TDD
- 5 The Bad
- 6 Component Testing
- 7 Outside in Testing
- 8 Benefits of TDD
- 9 Test coverage
- 10 Readable tests
- 11 Arranging tests
- 12 Recap
- 13 What cant we test
- 14 What is observability
- 15 Caching code
- 16 Adding tracing
- 17 Writing a trace
- 18 What a trace should look like
- 19 Average duration of tests
- 20 Resources
- 21 Conclusion
- 22 Questions