April 25, 2024

Advanced ASP.NET Core: Unit Testing

Author:
Go to Source

No developer wants to turn in buggy code. Unit testing is a highly efficient way to ensure that everything in your app is working by design before it’s launched into production. In this course, learn how to write automated tests for your personal or commercial ASP.NET Core apps. Instructor Ervis Trupja details how to unit test ASP.NET Core console, Web API, and MVC apps. Ervis begins by providing a general overview of application testing strategies, as well as how to determine which unit testing framework is right for you. Then, he steps through how to set up and test ASP.NET Core console, Web API, and MVC apps, providing challenges along the way that allow you to put your new skills to the test.

Read more