medium
Single Answer
0

Which of the following is not an interface that is typically tested during the software testing process?

Answer Options

A

APIs

B

Network interfaces

C

UIs

D

Physical interfaces

Correct Answer: B

Explanation

Software testing commonly focuses on code-level interfaces such as APIs, user interfaces, and physical interfaces (e.g., hardware connectors). Network interfaces are tested in network testing rather than standard software testing processes.