71.3k views
3 votes
What is the opacity of Unit Testing:

A.) Whitebox Testing

B.) Blackbox Testing

C.) Both of the Above

D.) None of the Above

1 Answer

5 votes

Final answer:

The opacity of unit testing can be categorized as both whitebox testing and blackbox testing.

Step-by-step explanation:

The opacity of unit testing can be categorized as both whitebox testing and blackbox testing.

Whitebox testing evaluates the internal structure of a software component, while blackbox testing focuses on the external behavior of the component without considering its internal implementation.

Therefore, both whitebox testing and blackbox testing are valid types of unit testing and can be considered as options in this scenario.

User Askrynnikov
by
7.4k points