software_testing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software_testing [2025/09/02 19:13] – plida | software_testing [2025/09/10 06:48] (current) – plida | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ==== Types of tests ==== | ==== Types of tests ==== | ||
| - | - **Unit tests** check individual functions/ | + | - [[unit_test|Unit tests]] check individual functions/ |
| - | - **Integration tests** check the interaction of modules and services. | + | - [[integration_test|Integration tests]] check the interaction of modules and services. |
| - | - **End-to-End (E2E)** check the operation of the entire system or key user scenarios. | + | - [[end_to_end_test|End-to-End (E2E)]] check the operation of the entire system or key user scenarios. |
| ==== Test metrics ==== | ==== Test metrics ==== | ||
| - | * code coverage; | + | * [[code_coverage|code coverage]]; |
| - | * mutation testing. | + | * [[mutation_testing|mutation testing]]. |
| ==== Concepts ==== | ==== Concepts ==== | ||
| * [[the_testing_pyramide|The Testing Pyramide]] | * [[the_testing_pyramide|The Testing Pyramide]] | ||
software_testing.1756840416.txt.gz · Last modified: by plida
