From 63e752e2f934136d3a828b54f31d08ac948b0ece Mon Sep 17 00:00:00 2001
From: ChuckD3ath <33813588+ChuckD3ath@users.noreply.github.com>
Date: Mon, 17 Oct 2022 08:32:26 +0200
Subject: [PATCH] Update Testing Approaches readme (#2539)
---
.../100-qa-basics/102-testing-approaches/readme.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/readme.md b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/readme.md
index 8c9917ac2..0d1e63cc9 100644
--- a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/readme.md
+++ b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/readme.md
@@ -1 +1,13 @@
-# Testing approaches
\ No newline at end of file
+# Testing Approaches
+
+Test approach has two techniques:
+Proactive - An approach in which the test design process is initiated as early as possible in order to find and fix the defects before the build is created.
+Reactive - An approach in which the testing is not started until after design and coding are completed.
+
+Three approaches are commonly used to implement functional testing:
+- Black Box Testing
+- White Box Testing
+- Gray Box Testing
+
+Free Content
+Functional Testing Approaches and Agile Considerations
\ No newline at end of file