csharp5.png

Hands On Workshop: The Art of Unit Testing & TDD in C#

with Roy Osherove

The Problem

Unit testing, done badly, can hurt your project more than it helps. In some cases, it may lead to project schedule delays, and unhappy developers due to huge maintenance problems. But when unit testing is done right, it can help the project and developers’ confidence immensely. The challenge is - how do you do it in a way that is helping, rather than hurting your project?


Objective

In this workshop we will learn essential test driven skills and techniques for writing unit tests in a readable, maintainable and trustworthy fashion, so that we can feel more confident in our code,  make it simpler, and save ourselves time in debugging and maintaining our code base. we will also look at some code design issues that hurt testability.

  1. Learn how to write readable, maintainable, trustworthy unit tests using C#,XUnit, NUnit and other unit testing tools and frameworks. 

  2. Learn how to refactor and test legacy code, and what to do when we cannot change existing code.

  3. Learn the principles of Test Driven Development, and develop new features using TDD.

  4. Learn how to Pair Program, and experience it throughout the course

  5. Learn about mocks, stubs fakes, and the difference between them

  6. Learn about Isolation(mocking) frameworks, how they work, and why some frameworks are more capable than others


Pre-Requisites

  • The course will benefit any developer with 1 year’s experience working with C# on any platform

  • The course will mainly target .NET Core/.NET 4.X compatible C# frameworks

  • Visual Studio Community Edition or higher, or JetBrains Rider required.


Agenda

Day 1: Beginnings (09:00-16:00)

  1. What is the “unit” in “unit testing”? A discussion about unit of work.

  2. The first unit test

  3. Basic NUnit APIs, test runners, tips and tricks

  4. Writing readable tests

  5. Test Driven Development Introduction

  6. String Calculator Kata Exercises

  7. Value based,  State Based and Interaction Based Tests

Day 2: Mocks & Stubs (09:00-16:00)

  1. Understanding Fakes, Mocks and Stubs

  2. Hand Written Fakes, Stubs and Mocks

  3. Interaction Test Exercises with Hand Written Fakes

  4. Legacy Extract & override Techniques

Day 3: Diving Deeper (09:00-16:00)

  1. Isolation Frameworks: Constrained and Unconstrained 

  2. Isolation Framework Comparisons (Rhino Mocks, Typemock, Moq, FakeItEasy, NSubstitute)

  3. Exercises

  4. Unit Testing Best Practices

  5. Code Review Exercises

Book Training