Readable and clear tests for ASP.NET Core services

12 · Cezary Piątek · Aug. 9, 2021, 8:47 p.m.
For the last year, I’ve had an opportunity to work quite a lot with Component Tests for microservices built with ASP.NET Core. The vocabulary related to testing is very vague and terms like Unit, Component, and Integration tests can be interpreted differently based on the context, so let me explain first what I mean by Component Tests. It’s a kind of test that treats your whole service as a black box....