ProcesTesting
KW-0054Unit Test
Methodology
Meaning
test that verifies behavior of a single function or component in isolation
Example
“Test service method returns correct result for given input without external dependencies”
Reference
Base level of testing; helps catch bugs early in development
Related
integration testmockingisolation