Display Variable Value

This is a pre-built action, located under @Generic element instructs Avo Assure to display the variable value at the time of execution or debug and save the result in dynamic variable

Syntax

Input Value: <variable>

Argument
Description

<variable>

(Required)

The variable which needs to be displayed.

Output Value:

Argument
Description

<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

This variable stores the status as true or false

Example

Display the value of a stored variable The Display Variable Value action takes the value from the Input Value column (e.g., {UserEmail}) and displays the value stored in the UserEmail variable during test execution. The action status is saved in the {Status} variable with the following possible values:

  • True – if the value is displayed successfully

  • False – if the action fails

Last updated

Was this helpful?