Update 102-black-box-testing.md (#1853)

Based on white box testing
pull/1865/head^2
Nagy Gergő 2 years ago committed by GitHub
parent a9f61adcfb
commit 8ced2e607d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      content/roadmaps/113-qa/content/100-qa-basics/102-testing-approaches/102-black-box-testing.md

@ -1 +1,6 @@
# Black box testing # Black box testing
Black Box Testing is a software testing method in which the functionalities of software applications are tested without having knowledge of internal code structure, implementation details and internal paths. Black Box Testing mainly focuses on input and output of software applications and it is entirely based on software requirements and specifications. It is also known as Behavioral Testing.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.guru99.com/black-box-testing.html'>What is BLACK Box Testing? Techniques, Example & Types</BadgeLink>

Loading…
Cancel
Save