Delete Dynamic Variable

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.

Syntax

Input Value: <variable>

Argument
Description

<variable>

(Required)

The name of the variable you want to delete.

Output Value:

Argument
Description

<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

Last updated

Was this helpful?