Delete Dynamic 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 dynamic variable and store the status in output variable.
Input: <variable name>; <value to be stored>
Note: The variable created should be within curly brackets.
Output: <Dynamic Variable> ;< Dynamic Variable> (Optional)
You are testing an e-commerce application where a user adds items to their shopping cart, and dynamic variables are used to store item IDs. It could involve a situation where temporary variables are created during a shopping cart flow in an e-commerce application, and they need to be cleaned up after the test is completed. After the test execution, it's important to delete these dynamic variables to ensure they do not affect unnecessary memory.
1. Input Data: Variables: {user}
2. Expected Result: The dynamic variables {user} are deleted after their use for test application.
Output: The created dynamic variables are deleted and output variable {DYN} contains as TRUE ,which can be used for E commerce application.