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

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

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

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

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

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

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

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

#### किसी Image पर Test करें

किसी image पर test करने के लिए, Image input tab चुनें, फिर एक image को page के "Drop files here" section में drag and drop करें:

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

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

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

डिफ़ॉल्ट रूप से, Workflow JSON दिखाएगा। इस JSON में आपके Workflow के "Output" section में 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: 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-hi/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.
