Testing & QA

Unit Test

/ˈjuːnɪt test/

Definition

A test that verifies a single function or module in isolation, without involving external systems.

Example in context

"Unit tests run in milliseconds — no database, no network. Mock all dependencies and test the logic alone."

Related terms

Practice this term

Master Unit Test in context by working through exercises in the Testing & QA module. You'll see the term used in real engineering scenarios with multiple-choice, fill-in-the-blank, and matching drills.