Black Box Testing
-
Based on operational profiles or equivalence partitioning
-
Cannot detect dead ends in a code
-
Code that cannot be reached under any input
-
Can miss serious faults (like the non-terminating loops)
-
Eg:-
if x = 6.2943 then
while true do x := x
else ....