---
title: "What is Incremental Testing?"  
description: "What is Incremental Testing?"  
author: "Hemant Patel"  
published: 2017-12-16  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/23335/what-is-incremental-testing  
category: "testing"  
tags: ["testing"]  
reading_time: 1 minute  

---

# What is Incremental Testing?

Incremental testing is also known as Incremental integration testing. In Incremental testing, we test each module individually one by one. And all modules in this testing integrated incrementally to ensure smooth interface and interaction between modules.

In this testing, each module is combined incrementally and test till all modules or components are added logically to make the required application, instead of integrating the whole system at once and then performing testing on the end product.

## Answers

### Answer by Hemant Patel

Incremental testing is also known as Incremental integration testing. In Incremental testing, we test each module individually one by one. And all modules in this testing integrated incrementally to ensure smooth interface and interaction between modules.

In this testing, each module is combined incrementally and test till all modules or components are added logically to make the required application, instead of integrating the whole system at once and then performing testing on the end product.


---

Original Source: https://www.mindstick.com/interview/23335/what-is-incremental-testing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
