176k views
5 votes
In black-box testing, the tester should already know something about how the program is implemented so that he/she can more carefully identify what portion(s) of the software are leading to errors. Group of answer choices True False

1 Answer

4 votes

Answer:

False.

Step-by-step explanation:

Black Box Testing is indeed a software testing process where the tester is not aware of both the inner system / layout / execution of the element being evaluated. This testing approach can be extended to any type of software testing such as module testing, deployment, device testing, and vulnerability testing.

So, the following scenario is false about the black-box testing.

User Apropos
by
6.9k points