Black Box Testing
-
From checklists and scenarios (sample runs) develop tests
-
Based on operational profiles or equivalence partitioning
-
Good for testing functionalities
-
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 ....