> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-ko/workflows/test-a-workflow.md).

# Workflow 테스트

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

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

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

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

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

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

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

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

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/workflows/test-a-workflow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
