API

API TESTING is a software testing type that validates Application Programming Interfaces (APIs). The purpose of API Testing is to check the functionality, reliability, performance, and security of the programming interfaces.

Load Testing vs. Stress Testing: Distinguishing Effective Applications

introduction In the realm of software testing, understanding the differences between load testing and stress testing is crucial to ensuring the reliability and performance of applications under various conditions. Both types of testing have their unique purposes and benefits, and...

Getting Started With API Testing: A Beginner’s Guide

If you are a junior looking to enhance your skills or a more experienced tester looking to revise your knowledge, you came to the right place.  This article will present what API testing is, what tools you can use, and...

How to Test APIs: QA Guideline

Introduction In this guide, we will cover how to test APIs or the Back-End side from a QA perspective. We believe that API testing is a crucial part of the SDLC, and it should not be forgotten. This type of...

Introduction to Charles Proxy on MacOS

Introduction to Charles Charles is a fast and powerful recording tool you can use to inspect and analyze requests made from/to your computer. Providing many essential features, I’ll quickly describe below some of the main ones, including the SSL Proxying, Bandwidth Throttling, and...

Introduction to Postman

Introduction This article is meant to provide a short and comprehensive guide on how to use Postman. Without this tool, a QA couldn’t live long and prosper during the troubled times a Sprint leads to. What is Postman? In a...