Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing The Tests - Mutation Testing for C++
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why do we test
- 3 How do we test
- 4 Testing mutator
- 5 What can you get from mutation testing
- 6 Mutations in code
- 7 Optimizations
- 8 Testing
- 9 Design
- 10 Vectors
- 11 Other cases
- 12 Vector names
- 13 equivalence
- 14 lambdas
- 15 lambda equivalence
- 16 compilation is test
- 17 Error handling
- 18 Mutation tools
- 19 Highlevel mutations
- 20 How much do you need