# Каким образом тестировщик получает приложение на тест?

**Android**:

* Разработчик скинет .apk или .aab, который нужно установить;
  * Установить .apk можно через утилиту [adb](https://github.com/VladislavEremeev/QA_bible/blob/master/mobilnoe-testirovanie/android-debug-bridge-adb/README.md) с компьютера или закинув файл на само устройство;
  * Для установки из .aab пакета придётся воспрользоваться специальными программами, например [SAI](https://play.google.com/store/apps/details?id=com.aefyr.sai));
* Из CI-агента. Тот же Jenkins/TeamCity может присылать ссылку на билд в tg-канал или можно забрать его вручную;
* Сбилдить в Android Studio самому из нужной ветки;
* [Открытые и закрытые бета-тестирования приложений в Google Play](https://support.google.com/googleplay/android-developer/answer/9845334?hl=ru);

**iOS**:

* сбилдить в Xcode;
* внутреннее и внешнее тестирование в [TestFlight](https://testflight.apple.com);
* сервис [tiny.app.link](https://getappbox.com)

Доп. материал:

* [Visual Studio App Center](https://appcenter.ms)
* [Как Android пришел к AAB? Что будет с APK? Разбор](https://habr.com/ru/companies/droider/articles/568760/)


---

# 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/mobilnoe-testirovanie/kakim-obrazom-testirovshik-poluchaet-prilozhenie-na-test.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.
