> 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-hi/workflows/test-a-workflow.md).

# Workflow का परीक्षण करें

किसी Workflow का परीक्षण करने के लिए, Workflow editor के शीर्ष पर "Test Workflow" बटन पर क्लिक करें।

<figure><img src="/files/13b6bbbb74db5eeb0a9fb8d13168bc0e277799f6" alt=""><figcaption></figcaption></figure>

एक pane खुलेगा, जिससे आप अपना Workflow परीक्षण कर सकते हैं:

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

आप images और video streams पर Workflows का परीक्षण कर सकते हैं।

1. Images को Hosted API, Dedicated Deployments, और self-hosted servers पर समर्थित किया जाता है।
2. Video streams को UI में परीक्षण करने और उन पर deploy करने के लिए Dedicated Deployment या self-hosted server की आवश्यकता होती है।

आप browser में video files पर परीक्षण नहीं कर सकते।

#### किसी Image पर परीक्षण करें

किसी image पर परीक्षण करने के लिए, Image input tab चुनें, फिर एक image को पेज के "Drop files here" सेक्शन में drag and drop करें:

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

फिर, अपना Workflow चलाने के लिए "Run" पर क्लिक करें।

आप testing interface के दाईं ओर अपने Workflow का परिणाम देखेंगे।

डिफ़ॉल्ट रूप से, Workflow JSON दिखाएगा। यह JSON आपके Workflow के "Output" सेक्शन में configured सभी values शामिल करता है।

<figure><img src="/files/6f334055f2fad692f5c782bb084bd64a664446dd" alt=""><figcaption></figcaption></figure>

यदि आपके Workflow में image output शामिल है (अर्थात, एक ऐसा Workflow जो किसी model के परिणाम दिखाने के लिए Visualization block का उपयोग करता है), तो आप testing interface के ऊपर बाएँ कोने में “Visual” tab चुनकर images का preview देख सकते हैं।

<figure><img src="/files/14aa663a55f633ce3db03e9974c9f94dca090387" 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-hi/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.
