Completed
Test the lifecycle of your components
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Don't Let Your Unit Tests Slow You Down - Improve Your Front-End Testing
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 tl;dl Good tests remove fear of change.
- 3 tdd This is not a talk about test-driven
- 4 example "TDD isn't about unit testing!"
- 5 Always follow Arrange-Act-Assert.
- 6 Test the lifecycle of your components
- 7 Be aware of each test's surface area
- 8 Make a mess, then refactor. (Okay, so this is kind of about TDD.)
- 9 Question: How are you going to learn testing?
- 10 Question: How well do snapshots fit our definition of developer tests?