THE GARDEN
Updated 22 Jul 2026
def
a testing method in which the tester does not know the internal structure, layout, or design of the product being tested
also known as behavioral testing or specification-based testing
purpose
verify the system produces expected outputs for given inputs
test based on the specification of requirements
approach
select a function and give input values to examine its functionality
check whether the function produces expected output
steps
applicable at
System Testing
Integration Testing
Acceptance Testing
test case design techniques
Error Guessing
Equivalence Partitioning
Boundary Value Analysis
related
White Box Testing
Gray Box Testing
Software Testing
◌ Explore connections in Graph view
Paths through the garden