From the course: Advanced ASP.NET Core: Unit Testing
Unit testing ASP.NET Core apps - ASP.NET Core Tutorial
From the course: Advanced ASP.NET Core: Unit Testing
Unit testing ASP.NET Core apps
- [Ervis] After an application is released, finding and fixing bugs can be stressful, time consuming, and costly. But by learning how to properly test your code, you can avoid many of those headaches and keep your apps running smoothly. In this course, you'll get an overview of different testing levels, with a primary focus on unit testing. We are going to start by unit testing a console app, then move on to an asp.net web API, and an MVC application. By the end, you'll have the foundational skills to begin creating automated tests for both personal and commercial applications. I am Ervis Trupja and I've been a .net developer for more than 10 years. I've seen firsthand the value of solid and well tested code. So let's dive in and explore unit testing in asp.net core apps.
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.