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 <kamranahmed.se@gmail.com>pull/1829/head
parent
a03314c9bf
commit
c8f34f21e6
1 changed files with 6 additions and 1 deletions
@ -1 +1,6 @@ |
||||
# White box testing |
||||
# 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. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/white-box-testing.html'>White Box Testing – What is, Techniques, Example & Types</BadgeLink> |
||||
|
Loading…
Reference in new issue