Verify Selected Value
The ‘verifySelectedValue’ is pre-built Action located under the captured Dropdown Element. It instructs the Avo Assure client to verify the selected dropdown value match with given input value, check the status and store the result in an output variable.
Syntax
Input: <text>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Use case/Example

Scenario
Consider a scenario where a user is testing a movie ticket booking application where they want to ensure the chosen location and expected input location. Using the ‘Verify Selected Value’ action, the Avo Assure checks if the chosen location matches with the input location. The result will be stored in an output variable either ‘true’ or ‘false’.
Input
Bangalore
Expected Result
This action needs to verify the selected value against the input value and store the result in an output variable as True
Output
It is verifying values and output variable {Status} contains True.
Last updated
Was this helpful?