# Workflow 테스트

Workflow를 테스트하려면 Workflow 편집기 상단의 "Test Workflow" 버튼을 클릭하세요.

<figure><img src="/files/04a0481744eb063c3f302ace76c81d4bc93878ef" alt=""><figcaption></figcaption></figure>

여기서 Workflow를 테스트할 수 있는 패널이 열립니다:

<figure><img src="/files/5ab285aaf7c138fb2dd6bfa13d97499173d49d1d" alt=""><figcaption></figcaption></figure>

이미지와 비디오 스트림에서 Workflow를 테스트할 수 있습니다.

1. 이미지는 Hosted API, Dedicated Deployments, 그리고 자체 호스팅 서버에서 지원됩니다.
2. 비디오 스트림은 UI에서 테스트하고 배포하려면 Dedicated Deployment 또는 자체 호스팅 서버가 필요합니다.

브라우저에서는 비디오 파일로 테스트할 수 없습니다.

#### 이미지에서 테스트

이미지에서 테스트하려면 Image 입력 탭을 선택한 다음 이미지를 페이지의 "Drop files here" 섹션으로 드래그 앤 드롭하세요:

<figure><img src="/files/7cc846c35d3495bac879abe0931f43a85278383d" alt=""><figcaption></figcaption></figure>

그런 다음 "Run"을 클릭하여 Workflow를 실행하세요.

테스트 인터페이스 오른쪽에서 Workflow 결과를 볼 수 있습니다.

기본적으로 Workflow는 JSON을 표시합니다. 이 JSON에는 Workflow의 "Output" 섹션에 구성된 모든 값이 포함됩니다.

<figure><img src="/files/20ab1801e90d4f73711d00b4f96b3010ae16d680" alt=""><figcaption></figcaption></figure>

Workflow에 이미지 출력이 포함되어 있다면(즉, 모델의 결과를 표시하기 위해 Visualization 블록을 사용하는 Workflow라면), 테스트 인터페이스 왼쪽 상단의 “Visual” 탭을 선택하여 이미지를 미리 볼 수 있습니다.

<figure><img src="/files/b9da7ba14c66e8bdd127c136b2cfa9d09496a371" alt=""><figcaption></figcaption></figure>


---

# 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.roboflow.com/roboflow/roboflow-ko/workflows/test-a-workflow.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.
