From the course: C# Test-Driven Development
Unlock the full course today
Join today to access over 24,900 courses taught by industry experts.
Software and tooling - C# Tutorial
From the course: C# Test-Driven Development
Software and tooling
- There are several frameworks and tools with regards to unit testing in the .NET space. And this course is not on one specific framework and all of its features. Of course, I have picked a specific framework and later a second one, but I want to show you how TDD works in general. So even if you choose to pick another framework, another library, another IDE, another tooling, you still get value out of this course. And that's why it's not an exhaustive course, over all of the features, but just gives you an idea how things work and will get you started into TDD. So we're looking at testing frameworks in .NET. There are a few which are relatively popular. One is MSTest directly coming from Microsoft, but there are other options as well. And the most famous, or probably most famous, unit testing tool is J unit from the Java world. And there are .NET ports. One is NUnit and one is xUnit, and both of them are really great. Both of them are still under active development, X unit, at least…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.