diff --git a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/102-black-box-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/102-black-box-testing.md
index 045a76292..7668f9e78 100644
--- a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/102-black-box-testing.md
+++ b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/102-black-box-testing.md
@@ -1 +1,6 @@
-# Black box testing
\ No newline at end of file
+# Black box testing
+
+Black Box Testing is a software testing method in which the functionalities of software applications are tested without having knowledge of internal code structure, implementation details and internal paths. Black Box Testing mainly focuses on input and output of software applications and it is entirely based on software requirements and specifications. It is also known as Behavioral Testing.
+
+Free Content
+What is BLACK Box Testing? Techniques, Example & Types