Software Testing Types: Technical Reference
Evaluation Framework
Every test type answers three questions:
What does it test?
When is it executed?
What does failure indicate?
Unit Tests
AspectDescription
TestsIndividual functions/methods in isolation
ScopeSingle atomic unit with no e...
vhald.hashnode.dev3 min read