Using Parameters in Recorder
The Recorder automatically detects dynamic test data in your steps and converts them into parameters. Use the expand button to open the BlinqIO Editor and view all test parameters.
You can edit parameter names or values, and all linked steps update automatically.
Update a Parameter Name
When you rename a parameter, all test steps that reference it are updated instantly.
Update a Parameter Value
Edit the value of a parameter to apply the new data in all related test steps.
Add New Parameters
Follow these steps to create and use a new parameter:
In the Examples section, click the plus (+) button. Enter a name and value.
Hover over the step where you want to apply the parameter. Click edit and replace the field with the new parameter name in the
"<param_name>"
format.WARNING
Make sure to keep the correct parameter syntax when editing.
Pause the recording. Run the scenario to confirm the test works as expected.
Delete Parameters
Click the delete icon next to a parameter to remove it. A parameter that is still in use cannot be deleted.
NOTE
After updating or deleting parameters, Generate Code and Save to finalize changes.
Best Practices
- Use clear, descriptive names for parameters. Example:
user_email
instead ofp1
. - Avoid duplicate parameters. Reuse existing ones where possible.
- Test changes after editing or adding parameters to ensure accuracy.
- Keep parameter values realistic to reflect real-world data.