# 테스트 플랜 작성

> <mark style="color:purple;">**테스트를 위한 동시접속자 수, 지속시간등 실행 계획 설정이 가능합니다.**</mark>

<figure><img src="/files/2J7HtyZOOpTzXFCboAkp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}

* **Total Users**: 가상 사용자(동시접속자)
* **Duration Time(분)**: 테스트 지속 시간
* **Remp up time**: 테스트 사용자 수가 'Total Users'에 설정한 수 만큼 도달하는데 걸리는 시간
* **Target Throughput(분)**: 분당 요청 수 제한
* **Throughput 계산방식**: User 선택 시 Target Throughput을 1User 당 적용, 전체 선택 시 Target Throughput을 Total User에 적용
  {% endhint %}

1. 시나리오 선택
2. \[추가] 버튼 클릭
3. 플랜명, 플랜 설명, Test Configuration, Advanced Option 입력
4. \[저장] 버튼 클릭


---

# 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://doc.txhub.io/test-manual/test-planning/test-plan-setting.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.
