Delete Dynamic Variable
This action under @Generic element instructs Avo Assure Client to delete the created dynamic variable and store the status in output variable.
Syntax
Input: <variable name>; <value to be stored>
Output: <Dynamic Variable> ;< Dynamic Variable> (Optional)

Usecase/Example

Scenario: Shopping Cart Item Management
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.
Input
Variables: {user}
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
Last updated
Was this helpful?