Comment on page
Flow Controls
Flows provides additional features and functions that can be found in the top right corner of the editor.
Exports the current flow you're viewing (in
.yaml
).Duplicates the current flow on your Test Suite.
Coverts the current flow into a Load Test. See here how to setup Load testing with Loadmill.
Replaces the given parameter generated by Loadmill or by the user to a new parameter name.
ex: Loadmill uses
${origin_
1}
to define the base url of the test. By applying Replace Parameters you can replace ${origin1}
to ${base_url}
.This only changes the name of the parameter without affecting its value.
Extracts a given value from the Test Flow into a parameter.
ex: Say you have a unique value that you want to parameterize like a visitor id, a specific name or even a phone number. You can extract those values and parameterize them by applying the Extract Parameter tool.
All parameterized values are located in the PARAMETERS tab of the suite.
Copies the current flow to the chosen suite.
Last modified 1yr ago