diff --git a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/100-white-box-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/100-white-box-testing.md
index d29a75ebf..0ccae8621 100644
--- a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/100-white-box-testing.md
+++ b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/100-white-box-testing.md
@@ -1 +1,6 @@
-# White box testing
\ No newline at end of file
+# White Box Testing
+
+White Box Testing is a technique in which software’s internal structure, design, and coding are tested to verify input-output flow and improve design, usability, and security. In white box testing, code is visible to testers, so it is also called Clear box testing, Open box testing, Transparent box testing, Code-based testing, and Glass box testing.
+
+Free Content
+White Box Testing – What is, Techniques, Example & Types