> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytespace.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Test Workflow

> Learn how to test and debug your web-agent automations

### Test Your Web-Agent in the Builder

Run your agent directly in the builder to ensure it works as expected. Debug issues, refine workflows, and verify that all actions execute correctly on the target website.

<Tabs>
  <Tab title="Entire Workflow">
    Run the workflow from start to finish to verify the complete automation.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytespaceai/images/test-entire-workflow.png" alt="Testing the entire workflow" />
    </Frame>
  </Tab>

  <Tab title="Part of Workflow">
    Hover over any automation block and click the "Run" button above it to start the workflow from that specific point.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytespaceai/images/test-from-step.png" alt="Testing from a specific step" />
    </Frame>

    <Note>
      **Important:** Have your Google Chrome Browser open to the area of the website where this specific step starts.
    </Note>
  </Tab>

  <Tab title="Individual Step">
    Click into an automation block to test just that specific step from the expanded block view.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/bytespaceai/images/test-single-step.png" alt="Testing a single step" />
    </Frame>

    <Note>
      **Important:** Have your Google Chrome Browser open to the area of the website where this specific step starts.
    </Note>
  </Tab>
</Tabs>

### Agent ready to go? Let's run it locally!

Now that you've thoroughly tested your workflow and everything is working as expected, it's time to put your agent to work! In the next section, we'll look at how to run your web-agent locally to start automating tasks.
