# 8. 앱 테스트

{% hint style="info" %}
2023년 11월13일 이후로 개인 계정을 만든 개발자는 특정 테스트 요구사항을 충족해야 Google Play 에 앱을 게시할 수 있어요.&#x20;
{% endhint %}

개인 계정을 만든 개발자는 앱을 프로덕션에 게시하기 전, 최소 20명 이상의 테스터를 대상으로 14일 이상 비공개 테스트를 진행해야 해요.&#x20;

앱 설정을 완료하면 비공개 테스트를 시작할 수 있어요.

[자세한 테스트 요구사항 보러가기](https://support.google.com/googleplay/android-developer/answer/14151465?sjid=18025712752672134138-AP)

이를 충족하면, Google Play 에 앱을 배포할 수 있도록 Play Console의 대시보드에서 프로덕션 액세스를 신청할 수 있어요.&#x20;

**비공개 테스트**

출시 전 버전의 앱을 테스트하는 방법으로 정교하게 타켓팅된 의견을 수집할 수 있어요.&#x20;

* 테스터 이메일 목록 만들기 : 비공개 테스트에서는 이메일 주소로 테스터 목록을 만들 수 있어요.&#x20;

1. Play console을 열고 [비공개 테스트 페이지](https://play.google.com/console/developers/app/closed-testing)로 이동해 주세요.
2. 트랙관리 선택 ➡︎ 테스터 탭 선택 ➡︎ 이메일 목록 만들기 선택 ➡︎ 목록 이름 입력&#x20;
3. 이메일 주소를 쉼표로 구분하여 추가하거나 CSV 파일 업로드를 클릭해 주세요.
4. &#x20;저장 후, 만들기를 선택해 주세요.

* 테스터와 앱 공유하기

테스트 중 테스터는 본인의 기기를 이용하여 Google Play에서 테스트 앱을 검색할 수 있어요. 비공개 테스트의 경우, 테스터 목록 또는 그룹에 포함된 테스터에게만 테스트 앱이 제공돼요.

2023.11.30 Jinny


---

# 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://docs.ohmyapp.io/main/guide/deploy/googleplay/8..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.
