# A/B 테스트 하기

### 1️⃣ A/B 테스트란?

* A/B 테스트란 두 가지(A와 B)의 랜딩페이지를 동시에 운영하여, 둘 중 어떤 랜딩페이지가 더 나은 성과를 보이는지 알아내는 테스트예요.
* 예를들어 "버튼 색상을 빨간색으로 했을때 더 클릭을 많이 할 것 같다" 라고 생각한다면, 이를 A/B테스트를 수행하여 결과를 알 수 있어요.

### 2️⃣ A/B 테스트 사용 방법

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/blog/492/1716353235130.png" alt=""><figcaption></figcaption></figure>

\[템플릿]에서 랜딩페이지 A/B 테스트 버튼을 클릭합니다.

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/blog/492/1716354728937.png" alt=""><figcaption></figcaption></figure>

테스트 목적(가설)에 맞게 테스트 이름을 설정해요.

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/blog/492/1716355608160.png" alt=""><figcaption></figcaption></figure>

실험군, 대조군을 설정 합니다. 실험군은 원본 페이지, 대조군은 테스트 하려는 내용을 조금만 변경하여 설정합니다. 실험군을 만들고 복제한 후 대조군을 만들면 더 편하겠죠?

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/blog/492/1716356806228.png" alt=""><figcaption></figcaption></figure>

테스트 기간을 설정 합니다.

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/blog/492/1716370421785.png" alt=""><figcaption></figcaption></figure>

통계 데이터를 확인 합니다. 여기서 그룹A 에 해당하는 URL (회색줄 처진 부분의 URL) 을 실제로 사용자에게 공유해 주세요.

{% hint style="info" %}
그룹A 로 접속하더라도 설정한 확률에 따라 그룹B 로 자동으로 분배 됩니다.
{% endhint %}


---

# 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.waveon.io/landing/abtest.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.
