> 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://magdalenaolak.gitbook.io/istqb-foundation-level/3-static-testing/3.1-static-testing-basics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
