Automated Tests: The Hard Parts

Most developers agree, that automated tests are a great thing. Still, many of us never get started. Why is that? What makes testing so hard?


The introduction tutorials for automated test frameworks make it look so easy. Write some code, write a few tests and you're done. But when dealing with production code we often run into challenges and learn, that the real world is different. This workshop explores challenges and solutions to create a suite of automated tests in C#:

  • Learn new aspects of how to think about code
  • Try different testing strategies
  • Explore techniques to make tests readable and fun