From c8f34f21e6ecb7f4e5b2ab99998907a2265fea5b Mon Sep 17 00:00:00 2001 From: Jameel Tomlinson Date: Wed, 21 Sep 2022 06:22:28 -0500 Subject: [PATCH] Update 100-white-box-testing.md (#1801) * Update 100-white-box-testing.md Add description for white-box testing Provide link to ISTQB glossary entry Provide link to ISTQB syllabus with page to specific subject * Update content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/100-white-box-testing.md Co-authored-by: Kamran Ahmed --- .../102-testing-approaches/100-white-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/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