Which testing method is used to examine individual units or components of a software application in isolation?
Correct: D
Unit testing focuses on testing individual units (e.g., functions, methods, classes) in isolation to ensure that each component works correctly on its own before being integrated with other parts of the system. This helps in early detection of errors.