Table of Contents
Software testing
Types of tests
Test metrics
Concepts
Software testing
Types of tests
Unit tests
check individual functions/methods in isolation.
Integration tests
check the interaction of modules and services.
End-to-End (E2E)
check the operation of the entire system or key user scenarios.
Test metrics
code coverage
;
mutation testing
.
Concepts
The Testing Pyramide