> 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/4-test-techniques/4.3-white-box-test-techniques.md).

# 4.3 White-box Test Techniques

White-box testing is based on the internal structure of the test object. White-box test techniques can be used at all test levels, but the two code-related techniques discussed in this section are most commonly used at the component test level. There are more advanced techniques that are used in some safetycritical, mission-critical, or high integrity environments to achieve more thorough coverage, but those are not discussed here. For more information on such techniques, see the ISTQB-CTAL-TTA.

{% content-ref url="/pages/-MSJI0JAOw2-WPwv5qV5" %}
[4.3.1 Statement Testing and Coverage](/istqb-foundation-level/4-test-techniques/4.3-white-box-test-techniques/4.3.1-statement-testing-and-coverage.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MSJI4BOWYhDSWgGhQOH" %}
[4.3.2 Decision Testing and Coverage](/istqb-foundation-level/4-test-techniques/4.3-white-box-test-techniques/4.3.2-decision-testing-and-coverage.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MSJI9PNP6uh5w9z0txI" %}
[4.3.3 The Value of Statement and Decision Testing](/istqb-foundation-level/4-test-techniques/4.3-white-box-test-techniques/4.3.3-the-value-of-statement-and-decision-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/4-test-techniques/4.3-white-box-test-techniques.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.
