---
title: "which types of testing come in whitebox testing"  
description: "which types of testing come in whitebox testing"  
author: "Rajesh Goswami"  
published: 2010-11-08  
updated: 2010-11-09  
canonical: https://www.mindstick.com/forum/73/which-types-of-testing-come-in-whitebox-testing  
category: "whitebox testing"  
tags: ["whitebox testing"]  
reading_time: 1 minute  

---

# which types of testing come in whitebox testing

I know about the [white box testing](https://www.mindstick.com/forum/157698/what-are-white-box-testing-and-black-box-testing-explain-with-examples) which is [coding](https://www.mindstick.com/articles/12290/teaching-coding-from-the-metal-up-or-from-the-glass-back) related testing or not\
\

## Replies

### Reply by Amit Singh

White box [testing](https://www.mindstick.com/articles/1849/role-of-testing-in-software-development) strategy deals with the internal logic and structure of the code. White box testing is also called as glass, structural, open box or clear box testing. The tests written based on the white box testing strategy incorporate coverage of the code written, branches, paths, statements and internal logic of the code etc.\


---

Original Source: https://www.mindstick.com/forum/73/which-types-of-testing-come-in-whitebox-testing

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
