+1 vote
in Cyber Security by

Can you please explain what is black box testing and white box testing?

1 Answer

0 votes
by

Black box testing: It is a software testing method in which the internal structure or program code is hidden.

White box testing: A software testing method in which internal structure or program is known by tester.

...