> For the complete documentation index, see [llms.txt](https://magdalenaolak.gitbook.io/istqb-foundation-level/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magdalenaolak.gitbook.io/istqb-foundation-level/3-static-testing/3.1-static-testing-basics.md).

# 3.1 Static Testing Basics

In contrast to dynamic testing, which requires the execution of the software being tested, static testing relies on the manual examination of work products (i.e., reviews) or tool-driven evaluation of the code or other work products (i.e., static analysis). Both types of static testing assess the code or other work product being tested without actually executing the code or work product being tested.&#x20;

Static analysis is important for safety-critical computer systems (e.g., aviation, medical, or nuclear software), but static analysis has also become important and common in other settings. For example, static analysis is an important part of security testing. Static analysis is also often incorporated into automated software build and distribution tools, for example in Agile development, continuous delivery, and continuous deployment.

{% content-ref url="/pages/-MS94IIusc6hHwwwz8ks" %}
[3.1.1 Work Products that Can Be Examined by Static Testing](/istqb-foundation-level/3-static-testing/3.1-static-testing-basics/3.1.1-work-products-that-can-be-examined-by-static-testing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MS950\_tsIlbXbZhFlqT" %}
[3.1.2 Benefits of Static Testing](/istqb-foundation-level/3-static-testing/3.1-static-testing-basics/3.1.2-benefits-of-static-testing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MS95RQOVg5E-lBfAK\_L" %}
[3.1.3 Differences between Static and Dynamic Testing](/istqb-foundation-level/3-static-testing/3.1-static-testing-basics/3.1.3-differences-between-static-and-dynamic-testing.md)
{% endcontent-ref %}
