Course curriculum

    1. Writing Simple Tests (1 min)

    2. Exercise: Create Tests (1 min)

    3. Tolerance ( 1 min)

    4. Exercise: Refactoring Practice (1 min)

    1. Characteristics of Good Tests (5 min)

    2. Poor Parameterization (2 min)

    3. Demo: Parameters Example (15 min)

    4. Exercise: Parameterized Tests (1 min)

    5. Thoughts? (2 min)

    1. Avoid Overspecifying (2 min)

    2. Stack Example with Categorization (5 min)

    3. Given When Then (3 min)

    4. Exercise: Testing a Stack (5 min + exercise time)

    5. Rule of Thumb (1 min)

    1. Intro to Session 2 (1 min)

    2. Exercise: Yatzy Bug (1 min + exercise time)

    3. Thoughts on Yatzy Bug (3 min)

About this course

  • $499.00
  • 86 lessons
  • 5.5 hours of video content

Take the first few lessons for free!

This workshop begins with the why of unit testing and its benefits and quickly gets into the how. We’ll learn about all the available tools and the benefits of writing the tests first. We’ll dive into techniques to deal with difficult to test code.