Why unit testing
Course Content
0 / 31 completedUnit testing ASP.NET Core apps
What you should know
Changes in ASP.NET Core
Application testing strategies
Understand the MSTest framework
Why unit testing
Understand the NUnit framework
Understand the xUnit framework
Decide between the frameworks
ASP.NET Core console project overview
Set up the console testing project
Challenge Test add and average methods
xUnit Theory with InlineData
Solution Test add and average methods
xUnit Theory with MemberData
xUnit Theory with ClassData
ASP.NET Core web API project overview
Set up web API testing project
Challenge Test HttpGet API endpoint with id
Unit testing HttpGet API endpoint
Unit testing HttpPost API endpoint
Solution Test HttpGet API endpoint with id
Unit testing HttpDelete API endpoint
ASP.NET Core MVC project overview
Set up MVC testing project
Challenge Unit testing details ActionResult
Unit testing index ActionResult
Unit testing create ActionResult
Solution Unit testing details ActionResult
Unit testing remove ActionResult
Where to go next