# Общее

- [QA/QC/Testing](https://vladislaveremeev.gitbook.io/qa_bible/obshee/qa-qc-testing.md)
- [Почему требуется тестирование ПО?](https://vladislaveremeev.gitbook.io/qa_bible/obshee/pochemu-trebuetsya-testirovanie-po.md)
- [Качество ПО (Software Quality)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/kachestvo-po-software-quality.md)
- [Принципы тестирования](https://vladislaveremeev.gitbook.io/qa_bible/obshee/principy-testirovaniya.md)
- [Верификация и валидация (Verification and Validation)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/verifikaciya-i-validaciya-verification-and-validation.md)
- [Дефекты и ошибки](https://vladislaveremeev.gitbook.io/qa_bible/obshee/defekty-i-oshibki.md)
- [Серьезность и приоритет Дефекта (Severity & Priority)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/sereznost-i-prioritet-defekta-severity-and-priority.md)
- [Альфа- и бета- тестирование (Alpha Testing and Beta Testing)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/alfa-i-beta-testirovanie-alpha-testing-and-beta-testing.md)
- [Процесс тестирования (test process) (draft)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/process-testirovaniya-test-process-draft.md)
- [Техники оценки тестов/оценка трудозатрат на тестирование (Test Estimation)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/tekhniki-ocenki-testov-ocenka-trudozatrat-na-testirovanie-test-estimation.md)
- [Экономика тестирования/стоимость качества (Cost of quality)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/ekonomika-testirovaniya-stoimost-kachestva-cost-of-quality.md)
- [Подход к тестированию (Test Approach)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/podkhod-k-testirovaniyu-test-approach.md)
- [Импакт анализ (анализ влияния, Impact Analysis)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/impakt-analiz-analiz-vliyaniya-impact-analysis.md)
- [Анализ первопричин (RCA - Root Cause Analysis)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/analiz-pervoprichin-rca-root-cause-analysis.md)
- [Тестирование со сдвигом влево (Shift left testing)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/testirovanie-so-sdvigom-vlevo-shift-left-testing.md)
- [Модель зрелости возможностей (CMM - Capability Maturity Model)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/model-zrelosti-vozmozhnostei-cmm-capability-maturity-model.md)
- [Тестовая среда и тестовый стенд (Test Environment/Test Bed)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/testovaya-sreda-i-testovyi-stend-test-environment-test-bed.md)
- [Бизнес-логика (Business logic)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/biznes-logika-business-logic.md)
- [Политика отсутствия багов (ZBP - Zero Bug Policy)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/politika-otsutstviya-bagov-zbp-zero-bug-policy.md)
- [Независимое тестирование (Independent testing)](https://vladislaveremeev.gitbook.io/qa_bible/obshee/nezavisimoe-testirovanie-independent-testing.md)
- [Роли/должности в команде](https://vladislaveremeev.gitbook.io/qa_bible/obshee/roli-dolzhnosti-v-komande.md)
- [Эвристики и мнемоники](https://vladislaveremeev.gitbook.io/qa_bible/obshee/evristiki-i-mnemoniki.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://vladislaveremeev.gitbook.io/qa_bible/obshee.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.
