Skip to main content

Workshop summary

Hello everybody and welcome to this workshop on effective testing in C# and .NET. In this workshop we are going to cover unit testing, mutation testing, integration testing and performance testing.

Let's first make sure you have everything required to follow along this workshop. You will need to have the following software installed:

  1. Visual Studio 2022 or JetBrains Rider or Visual Studio Code
  2. .NET 9
  3. Docker
  4. Postman (Optional) or Insomnia
info

If you don't want to you don't have to follow along as I am presenting things. However it would be good to take the exercises.


Day 1: Introduction, Unit testing and Mutation testing

Day 2: Integration testing and Performance testing