QA Testing Tutorial Series (33/112). Prefer one article? Read the complete QA testing tutorial.
Short description
QA benefits from strong unit tests: fewer trivial bugs reach system test.
Unit testing note
Fast + isolated
Mocks for dependencies
High volume in CI
Supports refactoring