Delete Constant Variable
This is a pre-built action in Avo Assure and comes under @Generic element. This action instructs Avo Assure Client to delete the created constant variable and store the status in output variable.
Syntax
Input: <variable>
Output: <Dynamic Variable> (optional) ;< Dynamic Variable> (Optional)

Usecase/Example

Scenario: Cleaning Up Test Environment Variables
You are testing a web application. It ensures that constant variables are properly deleted after their usage in a test execution, preventing conflicts. An automation testing framework uses constant variables to hold configuration values for various test cases. Once the tests are complete, these variables should be deleted to maintain a clean testing environment.
Input
Variable: _var_
Expected Result
The constant variable _Var_ should be deleted.
Output
The variables {mock} contain true, which can be utilized for further purpose.
Last updated
Was this helpful?