DEV Community

Discussion on: C# Web API: How to call your endpoint through integration tests

Collapse
 
fakhrulhilal profile image
Fakhrulhilal M

It’s called integration testing, not unit test anymore. The benefit of it, it simulates API call. The cons, not all code coverage tool can identify it. So we need to figure out our self or it will remain uncovered.