I\'m adding some unit tests for my ASP.NET Core Web API, and I\'m wondering whether to unit test the controllers directly or through an HTTP client. Directly would look roughly
If you are looking for some non programming You can use Postman, and can create collection of requests and can test multiple requests one by one.