Which term refers to a testing method that verifies the smallest testable parts of an application, such as individual functions, in isolation?
- A. Alpha testing
- B. Unit testing ✓
- C. Test case
- D. Test-driven development (TDD)
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.