Greetings once again, dear readers. It's been quite some time since my last entry, and I'm delighted to resume our discussion. In this ongoing series on ASP.NET Core testing strategies, today marks the unveiling of our third installment. In
xUnit
A collection of 3 posts
Different kinds of testing strategies with ASP.NET Core: Component tests
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
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.