209k views
1 vote
What is the opacity of Integration Testing:

A.) Whitebox Testing

B.) Blackbox Testing

C.) Both of the Above

D.) None of the Above

User Derflo
by
7.3k points

1 Answer

7 votes

Final answer:

Integration Testing is primarily considered as Blackbox Testing because the tester does not need to know the internal structure, design, or implementation of the software while conducting the test.

Step-by-step explanation:

The opacity of Integration Testing can be interpreted as its transparency or visibility into the software's internal workings. Integration Testing is mainly considered as a type of Blackbox Testing. The test is conducted on the basis of the software requirements and functionality, without any knowledge of the internal code structure.

Integration Testing does not normally involve looking into the code and understanding the white box perspectives, which refers to testing internal structures or workings of an application, as opposed to the functionality exposed to the end-user.

User TrayMan
by
8.0k points