Test Flow editor

API Test flow is a series of API calls (HTTP requests) that represent a single "user" flow you would like to test. These requests will be executed sequentially until completion or until the first failure.

🧠 Control visibility of the flows' list area by clicking on Flows in the Test Suite navigation panel. This way you can better focus on the flow you are currently working on.

The Test Flow Toolbar

Option
Description

AutoSave

Auto saves the test flow unless its configuration is invalid.

Login toggle

Toggle this switch to enable the flow to use the Global Login settings.

CSV toggle

Easily re-run your test flows by using different parameters values by uploading a CSV file containing a list of the values.

Flow status (default: )

Run Flow button ()

Run the edited flow as a "Trial run" to debug and validate it.

Run with overrides ()

Run the edited flow as usual, but override some parameters.

Debug mode toggle ()

Turn the Debug Mode on/off.

Flow scope parameters ()

Set parameters which can be used in a specific flow.

Edit flow code ()

Edit the raw YAML code of the saved flow.

Edit using AI ()

Describe the desired changes and get a suggestion made by AI.

Restore deleted requests ()

Allows to restore previously deleted requests (up to 10 requests), and the restoration stack clears upon refreshing the page.

Add request

Add en empty request to the flow

Paste requests

Paste a request - accepts CURL, and copied requests from the flow.

Option
Description

Export Flow

Save the flow to a YAML file. You can then import the flow into another test suite or as a load test.

Duplicate Flow

Create a copy of the original flow within the Test Suite.

Convert to Load Test

Converts the flow to a Load Test.

Replace Parameter

Replace the usage of a parameter in this flow with another parameter. (Find more information about parameters here).

Extract Parameter

Extract a value to a parameter from all across the test requests.

Copy Flow to Suite

Copy the flow into another Test Suite.

Generate Descriptions

Generate a suitable description to all requests in a flow using AI.

Configure service Definition

For GRPC, allows selecting the service that will be used in the flow.

Get Last Trial Run

Open the last run's results window.

Converting API flow to Load Test

Easily convert an API flow to Load test by clicking on the Flow options and select "Convert to Load Test". Once you've selected , a new Load test will open containing all the requests and properties taken from the original API test.

Last updated