0
4.3kviews
Compare Black box and White Box Testing. Find cyclomatic complexity of following code

Compare Black box and White Box Testing. Find cyclomatic complexity of following code

$IF A= 10 THEN \\ IF B \gt C THEN - \\ \hspace{2 cm}A=B \\ \hspace{2 cm}ELSE A= C \\ END IF \\ END IF \\ \hspace{2 cm}PRINT A \\ \hspace{2 cm}PRINT B \\ \hspace{2 cm}PRINT C$


Mumbai University > Computer Engineering > Sem6 > Software Engineering

Marks: 10M

Year: May 2015

1 Answer
2
48views

Comparison of Black box and White Box testing

Criteria Black Box Testing White Box Testing
Definition Black Box Testing is a software testing method in which the internal structure/ design/ implementation of the item being tested is NOT known to the tester,Also called behavioural testing White Box Testing is a …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.