Software Testing & SDLC

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

Correct answer

B. Unit testing

Explanation

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