black box testing

Black box testing is a software testing technique in which the internal workings or structure of the system being tested are not known to the tester. It focuses on evaluating the outputs and behavior of the system by providing random inputs, without considering the internal implementation details.

Requires login.