Cover Image for Mock vs Stub vs Fake: Understand the difference
Background

Arindam Majumder


More Stories

Cover Image for How I simulated a response from a Third Party app

How I simulated a response from a Third Party app

Animesh Pathak

Table of Contents Whether you’re building a web application, a mobile app, or any other software product, integrating with third-party...

Cover Image for Understanding Testing in production

Understanding Testing in production

Arindam Majumder

Table of Contents Introduction Testing in production was previously ignored by Product Developers, But recently it gaining Popularity Again! Even,...

Cover Image for 5 Unit Testing Tools You Must Know in 2024

5 Unit Testing Tools You Must Know in 2024

Arindam Majumder

Table of Contents Introduction Unit testing is one of the most important areas to ensure code coverage and basic software...

Cover Image for Exploring Testing in Production

Exploring Testing in Production

Prashant Varma

Table of Contents Introduction In today’s world, every organization wants a scalable application that never breaks on a large amount...

Cover Image for Exploring End-to-End Testing with AI

Exploring End-to-End Testing with AI

Animesh Pathak

Table of Contents Introduction Being a developer, I’ve always understood the significance of testing in the software development process, and...

Cover Image for Stubs | Mocks | Fakes: Let’s define the boundaries!!

Stubs | Mocks | Fakes: Let’s define the boundaries!!

Shashwat Gupta

Table of Contents While writing tests for an application, we may fall into different scenarios, which must be considered for...