---
title: "How do unit tests go into the full program?"  
description: "How do unit tests go into the full program?"  
author: "Revati S Misra"  
published: 2023-07-20  
updated: 2023-07-20  
canonical: https://www.mindstick.com/forum/159166/how-do-unit-tests-go-into-the-full-program  
category: "testing"  
tags: ["web development", "testing", "unit testing"]  
reading_time: 1 minute  

---

# How do unit tests go into the full program?

How do [unit tests](https://www.mindstick.com/forum/12675/how-to-do-unit-tests-on-mvc-validation) go into the [full](https://www.mindstick.com/articles/12893/experience-the-full-power-of-suitecrm) [program](https://www.mindstick.com/blog/12337/scaling-up-your-mentorship-program)?

## Replies

### Reply by Aryan Kumar

[unit](https://www.mindstick.com/articles/44359/store-your-valuable-items-in-a-mini-storage-unit) [tests](https://yourviews.mindstick.com/audio/1136/sat-subject-tests) go into the full program as a suite of tests that are designed to verify the correct behavior of the code.

Unit tests are typically written in the same programming language as the code they are testing, and they are often run automatically as part of the development process.


---

Original Source: https://www.mindstick.com/forum/159166/how-do-unit-tests-go-into-the-full-program

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
