Completed
No extraneous output
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Simple Rules for Writing Great Testcases
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Steve Poole
- 3 About Stuart Marks
- 4 How many people write code
- 5 What to say
- 6 Why write tests
- 7 Make changes
- 8 TDD exercise
- 9 Rules
- 10 Think before you act
- 11 Testing and quality
- 12 Writing more tests
- 13 Make your tests understandable
- 14 What happens if your test code is not well maintained
- 15 Keep your tests small and simple
- 16 Structure your tests
- 17 One operation one test scenario
- 18 Test cases with 100 assert
- 19 Fast test only
- 20 Test speed
- 21 Feedback loop
- 22 Test run fast
- 23 Test run long
- 24 OpenJDK
- 25 Cloud
- 26 Independent tests
- 27 Dual tests
- 28 Test storage
- 29 Test line failure
- 30 Steves story
- 31 No hard coding
- 32 Hard coding
- 33 No extraneous output
- 34 Test logs
- 35 Wrapping up
- 36 Giveaway