Delete Constant Variable
Last updated
Last updated
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.
Input: <variable>
Output: <Dynamic Variable> (optional) ;< Dynamic Variable> (Optional)
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.
1. Input Data: Variable: _var_
2. Expected Result: The constant variable _Var_ should be deleted.
Output: The variables {mock} contain true, which can be utilized for further purpose.