# Тестовая документация

### Что такое тестовая документация? <a href="#what-is-software-testing-documentation" id="what-is-software-testing-documentation"></a>

Тестовая документация – это совокупность документов, создаваемых в процессе тестирования, включая тестовые планы, сценарии, тест-кейсы, результаты и сопутствующую информацию. Она обеспечивает качество, помогает в общении, поддерживает прослеживаемость и помогает решать проблемы в процессе тестирования

### Зачем нужна тестовая документация?

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

### Типы артефактов тестирования

Наиболее распространенные тестовые артефакты:

* [Стратегия тестирования](/start/teoriya-testirovaniya/testovaya-dokumentaciya/strategiya-testirovaniya.md)
* [Тест-план](/start/teoriya-testirovaniya/testovaya-dokumentaciya/test-plan-test-plan.md)
* [Тестовый сценарий](/start/teoriya-testirovaniya/testovaya-dokumentaciya/testovyi-scenarii.md)
* [Тест-кейс](/start/teoriya-testirovaniya/testovaya-dokumentaciya/test-keis-test-case.md)
* [Чек-лист](/start/teoriya-testirovaniya/testovaya-dokumentaciya/chek-list-check-list.md)
* [Матрица требования](/start/teoriya-testirovaniya/testovaya-dokumentaciya/matrica-trebovanii.md)
* [Отчет о тестировании](/start/teoriya-testirovaniya/testovaya-dokumentaciya/otchet-o-testirovanii-test-report.md)
* [Баг-репорт](/start/teoriya-testirovaniya/testovaya-dokumentaciya/bag-report-bug-report.md)


---

# 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/testovaya-dokumentaciya.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.
