Delete Dynamic Variable
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action, located under @Generic element, instructs Avo Assure to delete the created dynamic variable and store the status in dynamic variable.
Input Value: <variable>
Note: The variable that the user wants to delete must be enclosed in curly brackets.
<variable>
(Required)
The name of the variable you want to delete.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This variable stores the status as true or false
Example
Delete a dynamic variable from memory The Delete Dynamic Variable action removes the specified dynamic variable (e.g., Username) from memory. This is useful for clearing temporary or no-longer-needed variables during test execution. The action status is saved in the {Status} variable with the following possible values:
True – if the variable is deleted successfully
False – if the action fails or the variable does not exist