Skip to main content

11 posts tagged with "Software Testing"

View All Tags

How to Mock API Calls

· 3 min read
Daniel Caldas
Co-founder

A Pragmatic Mocking Tool​

When I first started my career in the software industry, I began to get familiar with Single-page applications and how they interact with servers, mainly through HTTP requests to retrieve or send data to the end-user. If you're working with the front end, there's a very high chance you found yourself in one (or multiple) of the following scenarios.