2
Reply

What is black box testing?

Bhasker Das

Bhasker Das

18y
6.3k
0
Reply

    Black Box Testing: Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.

    Black box testing :- not based on any knowledge of internal design or code. Tests are based on requirements and functionality.