Development2 min read

Mocking HTTP Calls in AL Tests

With version 15.0, Microsoft has introduced a new capability in AL Language a new handler type:HttpClientHandler. This new handler type allows developers to mock HTTP…