Respuesta :

Answer:

The correct answer for the following question is "Black Box Testing" .

Explanation:

The black box is a software testing in which it works overall specification of the application rather than the internal structure of the application.The main aim of this kind of testing to check the functionality of the overall system.

In the black box testing when valid inputs are performed the predictable results is produced rather then it focuses on the processing. The advantages of black-box testing is given below.  

  • it hides the internal structure of the program.  
  • focus on the output rather than the implementation.
  • This type of testing takes less time to test the module of the code.