medium
Single Answer
0

Which one of the following testing methodologies typically works without access to source code?

Answer Options

A

Dynamic testing

B

Static testing

C

White-box testing

D

Code review

Correct Answer: A

Explanation

Dynamic testing of software typically occurs in a black-box environment where the tester does not have access to the source code. Static testing, white-box testing, and code review approaches all require access to the source code of the application.