Completed
Covering Edge Cases -
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Intro to JavaScript Unit Testing & BDD
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction -
- 2 Introducing Unit Testing -
- 3 Proving Our Code Works -
- 4 Running Your First Automated Test -
- 5 Different Types of Testing -
- 6 Behavior Driven Development -
- 7 Red, Green, Refactor -
- 8 Greater Expectations -
- 9 Getting Started with Mocha and Chai -
- 10 General Structure of Test Files -
- 11 Test Suites and Test Specs -
- 12 Writing Our First Test Suite -
- 13 Writing Our First Test Suite Part 2 -
- 14 Challenge: Expanding Our Expectations -
- 15 Answer: Expanding Our Expectations -
- 16 Making Tests Easier with Fixtures: Setup -
- 17 Making Tests Easier with Fixtures: Teardown -
- 18 Covering Edge Cases -
- 19 Challenge: Writing Testable Code -
- 20 Answer: Writing Testable Code -
- 21 Changing Mocha’s Reporter -
- 22 Outlining Your Test Suite -
- 23 Watching Test Files -
- 24 Mocks and Stubs -
- 25 Testing Asynchronous Code -