Wrapping Up

Summarize the course.

We'll cover the following...

In this course, we learned how to apply the principles of TDD in .NET using the xUnit testing framework. Let’s summarize the specific topics we learned:

  • The fundamentals of automated testing: We learned that automated tests consist of code that’s written to test the application code, which significantly improves quality-control efforts.

  • ...