# Testing a Flow

There are a couple of ways to test your workflow.

## Manual Run

You can manually trigger your workflow by using the `Run` button at the bottom left hand side of the Workflow Builder.

<figure><img src="https://3615148728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkRqYp6lJhwxjYdzYG8%2Fuploads%2FXgejahhkQ66M2D5rpUzv%2Fimage.png?alt=media&#x26;token=d8ecbdf2-9947-4d9e-9ca1-472e99934c0a" alt=""><figcaption></figcaption></figure>

The `Run history` tab will display previous test and live runs of the workflow.&#x20;

<figure><img src="https://3615148728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkRqYp6lJhwxjYdzYG8%2Fuploads%2FfWKemaz5HS8uUtc1zfPt%2Fimage.png?alt=media&#x26;token=22782515-c0e1-4f53-89ac-52d6600de2b1" alt=""><figcaption></figcaption></figure>

## Live Execution

The `Live` button on the `Run history` will display all live executions of the workflow.

The recommended method for testing is to use a live execution. If your workflow is triggered off a certain event in ION, open up ION in a separate tab and initiate the event. For example, if you have a flow that this triggered when a purchase order is created, then every time you create a purchase order you will see an execution of the flow in the Workflow Builder.&#x20;

<figure><img src="https://3615148728-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LkRqYp6lJhwxjYdzYG8%2Fuploads%2FXFojCoP42xL9wzmpXsAE%2Fimage.png?alt=media&#x26;token=4b87d907-7d05-4622-b8c0-6a19ce7d09e9" alt=""><figcaption></figcaption></figure>

You can click through each step to display the output and logs.
