software_testing
This is an old revision of the document!
Table of Contents
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
software_testing.1756905079.txt.gz · Last modified: by plida
