# 초안/비공개 마켓플레이스 앱을 HighLevel에서 테스트하는 방법

마켓플레이스 앱을 개발하고 있다면 정식 출시 전에 충분한 테스트가 필요합니다. HighLevel에서는 초안 상태나 비공개로 설정된 앱을 실제 환경에서 테스트할 수 있는 방법을 제공합니다.

## 초안 앱 테스트하기

초안 상태의 앱은 아직 마켓플레이스에 공개되지 않았지만, 개발자 본인과 허가받은 테스터들이 설치하여 테스트할 수 있습니다.

## 비공개 앱 테스트하기

비공개로 설정된 앱은 특정 사용자들만 접근할 수 있어 내부 테스트나 베타 테스트에 적합합니다.

## 테스트 환경 준비

앱을 테스트하기 전에 다음 사항을 확인하세요:

1. **개발자 계정**: HighLevel 개발자 계정이 활성화되어 있어야 합니다
2. **테스트 환경**: 실제 운영 데이터에 영향을 주지 않는 별도의 테스트 환경을 준비하는 것이 좋습니다
3. **권한 설정**: 앱이 필요로 하는 모든 권한이 올바르게 설정되어 있는지 확인하세요

## 주의사항

* 테스트 중에는 실제 고객 데이터를 사용하지 마세요
* 모든 기능을 단계별로 철저히 테스트하세요
* 에러 로그와 사용자 피드백을 꼼꼼히 기록하세요

앱 테스트 과정에서 문제가 발생하면 개발자 지원팀에 문의하시기 바랍니다.

***

*원문 최종 수정: Tue, 11 Mar, 2025 at 1:48 PM* *Hyperclass 사용 가이드 — hyperclass.ai*


---

# 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://hyperclass.gitbook.io/hyperclass-docs/developer/how-do-i-test-my-draft-private-marketplace-app-on-highlevel.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.
