118 views
0 votes
__________ describes a module for which the software developer does not care how the processing is performed, but instead, knows that the code, when provided valid inputs, will produce predictable results.

User Lionserdar
by
9.3k points

1 Answer

2 votes

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.
User Ankush Chavan
by
8.2k points

No related questions found