Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rethinking Unit Testing: Automating the Generation of Java Tests
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Software testing is hard
- 3 Software testing is awesome
- 4 The 3 questions
- 5 Generating tests
- 6 Symbolic execution
- 7 How does this work
- 8 Example
- 9 Three ways of testing
- 10 Generated tests
- 11 Implementing first
- 12 Code review
- 13 Test Driven Development
- 14 Manual Tests
- 15 Wrapup
- 16 More complex dependencies
- 17 Testing more complex classes
- 18 JUnit 5 support