Reliably Testing HTTP Integrations in a .NET Application

Reliably testing your HTTP API integrations in .NET with JustEat.HttpClientInterception to intercept your HTTP calls to use custom HTTP responses.

3 October 2017 by Martin Costello |
3 October 2017 by Martin Costello

Over the past few months I've been working on some new ASP.NET Core applications in my day job at Just Eat, and as part of that devised a new strategy for integration testing the applications with respect to their HTTP dependencies.

I've written a blog post about the problems I faced and how I went about solving them over on the Just Eat Tech Blog.

You can also find JustEat.HttpClientInterception, the open-source library written by me as part of the solution, on both GitHub.com and NuGet.org.