Software Testing & SDLC

What does Unit testing refer to?

Correct answer

D. A testing method that verifies the smallest testable parts of an application, such as individual functions, in isolation.

Explanation

Unit testing refers to a testing method that verifies the smallest testable parts of an application, such as individual functions, in isolation.