Want to test ASP.NET Core applications in isolation that use HTTP clients and database integrations? Then read this blog about how to build small and isolated components tests that are aimed to run tests purely on your application code
.net
A collection of 2 posts
Different kind of testing strategies with ASP.NET Core: The basics
In this post we explain the different kind of tests we can make for ASP.NET Core applications, such as "component tests" and "integration test". This is the first post in a series of posts.