When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Introduction to .NET Testing with NUnit 3

NUnit is one of the most downloaded test frameworks for .NET. This course will teach you everything you need to know to get started testing your code, including asserts, categories, data-driven tests, customization, and how to reduce test code duplication.

     
  • 5
  •  |
  • Reviews ( 178 )
Free

This Course Includes

  • iconpluralsight
  • icon5 (178 reviews )
  • icon2 hour 6 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Introduction to .NET Testing with NUnit 3

Releasing bug-ridden code to production is a sure fire way of creating unhappy end-users, management, and development teams. Nobody likes to receive a phone call in the middle of the night saying that the production system has gone down and needs fixing, immediately. In this course, Introduction to .NET Testing with NUnit 3, you will gain the ability to create automated tests for you code. First, you will learn how to set up a test project and run tests. Next, you will discover the different ways to assert on test results such as numbers, collections, and expected exceptions. Finally, you will explore how to customize the test execution lifecycle, create data driven tests, and customize NUnit. When you’re finished with this course, you will have the skills and knowledge of automated testing with NUnit needed to help prevent bugs from making their way into production.

What You Will Learn?

  • Course Overview : 0mins.
  • Writing Your First NUnit Test : 16mins.
  • Understanding NUnit Tests : 19mins.
  • Asserting on Different Types of Results : 36mins.
  • Controlling Test Execution : 22mins.
  • Creating Data Driven Tests and Reducing Test Code Duplication : 31mins.