Last updated: Mar 28, 2022

Backend Testing

Backend testing involves validation of APIs, logical functions and features, authorization, unit testing. We also need to validate DB Schema and its ACID properties, also we do load and stress testing to check the robustness of the system. From a security point of view, we check for authorization, security headers, firewall, and other infosec issues.
Career road map for a Back-End Developer MEDIUM
We know that back-end web development refers to server-side development. It explains behind-the-scenes activities and actions taking place on a websit...
Backend Unit Testing
This article will contain a brief overview of Backend Unit Testing. We will further discuss unit testing needs in the backend and the test cases we need to check while writing automated unit testing.
API Testing
This article briefs you about API, testing, and its types with a detailed explanation.
Load Testing
In this blog, we will discuss load testing, its need, tools requirements along with all the necessary details one needs to know.
Stress Testing
In this blog, we will discuss one of the types of web testing along with all the necessary details one needs to know.
DATABASE TESTING
This blog will give a clear overview of database testing. Let's check it out.
Performance Testing
This blog will familiarize you with performance testing and why it's required. It's one of the most crucial tests. Let's check it out.