Links

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
Run Flow button (▶)
Run the edited flow as a "Trial run" to debug and validate it.
Import CSV
Easily re-run your test flows by using different parameters values by uploading a CSV file containing a list of the values.
Login toggle
Toggle this switch to enable the flow to use the Global Login settings.
CI toggle
Toggle this switch to enable the flow to run when executed from your continuous integration pipeline. You can use our npm module to execute a Test Suite to test every build in CI.
AutoSave
Auto saves the test flow unless its configuration is invalid.
Export Flow
Save the flow to a .JSON 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.
Delete Flow
Delete the flow.
Set As Login Flow
Copy the full flow to the Login tab.
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.

Other flow controllers

Add Request button

Add new requests to a flow. Once added you can drag a request to change its order by grabbing it at the top right corner.

Converting API flow to Load Test

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