---
title: "What is merits and demerits of White box and Black box testing?"  
description: "What is merits and demerits of White box and Black box testing?"  
author: "Anonymous User"  
published: 2011-05-20  
updated: 2020-09-17  
canonical: https://www.mindstick.com/interview/981/what-is-merits-and-demerits-of-white-box-and-black-box-testing  
category: "whitebox testing"  
tags: ["whitebox testing"]  
reading_time: 1 minute  

---

# What is merits and demerits of White box and Black box testing?

White box and Black box testing both are dynamic testing techniques.\
\
White box testing: testing based on the paths and internal structure and implementation of the software under test. Here we r checking the code by some coverage processes.\
\
Black box testing: testing based on the behaviour and functionality of the software. this is also called as functional testing..

## Answers

### Answer by Anonymous User

White box and Black box testing both are dynamic testing techniques.\
\
White box testing: testing based on the paths and internal structure and implementation of the software under test. Here we r checking the code by some coverage processes.\
\
Black box testing: testing based on the behaviour and functionality of the software. this is also called as functional testing..


---

Original Source: https://www.mindstick.com/interview/981/what-is-merits-and-demerits-of-white-box-and-black-box-testing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
