DEV Community

Cover image for API Testing: The Definitive Guide
Maxim Churilov
Maxim Churilov

Posted on • Originally published at mindk.com

API Testing: The Definitive Guide

Continuing our mini-series on backend testing, we’re diving deep into API testing to discover how it can increase apps’ quality without significantly raising the QA costs.

Almost any application relies on third-party APIs for some of its functionality, from signing in with Facebook to finding a location with Google Maps. But few teams spend enough efforts on API testing unless their APIs are public.

This can have disastrous consequences.

Continue reading...

Top comments (0)