# Методы тестирования ящиками

### Метод черного ящика (Black Box Testing)

Позволяют проверять работу продукта, не зная внутреннего устройства системы.  При этом тестирование проводится на основе требований, указанных в спецификации проекта или в ТЗ

### Метод белого ящика (White box Testing)

(оно же структурное тестирование) применяют в том случае, если специалист хорошо знает архитектуру продукта, его код, «начинку» – то есть может ориентироваться в самой программе.

### Метод серого ящика (Gray Box Testing)

Позволяет тестировать продукт, когда специалист частично знает его внутреннее устройство. Не нужен доступ к исходному коду. Данный метод - это комбинация из двух методов "white box" и "black box".

<details>

<summary>Доп. материал</summary>

[Белый, черный, серый ящик](https://www.careerist.com/ru-insights/belyy-seryy-i-chernyy-yashchik)

</details>

<br>


---

# Agent Instructions: 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://qabook.gitbook.io/start/teoriya-testirovaniya/osnovy-testirovaniya/vidy-testirovaniya/metody-testirovaniya-yashikami.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.
