(Keep On) WebMockin' in the Real World
The previous post in this series introduced WebMock with a simple example application and showed the basics of how to use it to stub external API calls in your code. But real distributed applications aren’t always so simple. This post shows practical techniques for tuning your stubs and handling edge cases to get the most out of the tool and test your code more thoroughly.
Post a comment