From eab86e8211b12033507dc4cb863eed43f0f48307 Mon Sep 17 00:00:00 2001 From: ChuckD3ath <33813588+ChuckD3ath@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:42:22 +0200 Subject: [PATCH] Updated Gray Box Testing (#1886) * Updated Gray Box Testing * Update content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md * Update content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md Co-authored-by: Kamran Ahmed --- .../102-testing-approaches/101-gray-box-testing.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md index 58e0c2206..399356448 100644 --- a/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md +++ b/content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/101-gray-box-testing.md @@ -1 +1,6 @@ -# Gray box testing \ No newline at end of file +# Gray Box Testing + +Gray box testing is a software testing technique to test a software product or application with partial knowledge of the internal structure of the application. The purpose of gray box testing is to search and identify the defects due to improper code structure or improper use of applications. + +Free Content +What is Gray Box Testing? Techniques & Example \ No newline at end of file