# Полезные ссылки

Список сайтов, которые посвящены исключительно теме тестирования!

| РУ-Портал для Тестировщиков                          | [https://testengineer.ru](https://testengineer.ru/usability-testing/) |
| ---------------------------------------------------- | --------------------------------------------------------------------- |
| Хороший англ. портал для тестировщиков               | <https://www.softwaretestinghelp.com/>                                |
| Портал и ФОРУМ                                       | <https://software-testing.ru/>                                        |
| Полный курс QA Testing. Большая база знаний на англ. | <https://www.softwaretestinghelp.com/>                                |

[Библия QA](https://vladislaveremeev.github.io/QA_bible/) \
Спасибо Владиславу Еремееву. Большая база знаний на тему QA.

[Ресурсы для Bug Boundary](https://github.com/WhitePrime/awesomebugbounty)\
Bug Boundary - это идея, предлагаемая некоторыми веб-сайтами с помощью которой люди могут получить признание и вознаграждение за нахождение ошибок.

[Ресурсы, связанные с безопасностью приложений](https://github.com/WhitePrime/appsecwiki)\
Для тестирования и работы с Android-приложениями

Статья "[Как работают браузеры](https://web.dev/howbrowserswork/)"\
Полезно будет знать для тех, кто хочет больше понять, как функционирует клиентская часть (фронтенд).


---

# 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/materialy/poleznye-ssylki.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.
