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