Completed
Higher level tests require a large effort
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing Pyramid Makes Little Sense, What We Can Use Instead
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Testing Pyramid Makes Little Sense
- 3 The original pyramid
- 4 The Pyramid transforms
- 5 The core idea remains
- 6 Challenging the pyramid
- 7 Testing Pyramid with holes?
- 8 Find the differences
- 9 Lower level tests require a small effort
- 10 Higher level tests require a large effort
- 11 Testing Tools Effort Simulator
- 12 No automated tests
- 13 Jest Snapshots
- 14 Visual Snapshots
- 15 MABL
- 16 Any testing level "recipe" has 2 problems
- 17 The Testing Matrix Optimize for maximum confidence at minimum effort
- 18 Feature Iterations: Planning
- 19 Feature Iterations Coding / Testing
- 20 Feature Iterations: Deploying
- 21 Feature Iterations. Maintenance
- 22 The Testing Matrix Helps refine the testing strategy through iteration
- 23 In Summary