What is false about black box testing?
Requires internal working details is false about black box testing.
Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings. This method of test can be applied virtually to every level of software testing: unit, integration, system and acceptance.
Typical black-box test design techniques include:-
1) Decision table testing.
2) All-pairs testing.
3) Equivalence partitioning.
4) Boundary value analysis.
5) Cause–effect graph.
6) Error guessing.
7) State transition testing.
8) Use case testing.