Verify Selected Value
Last updated
Last updated
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.
Input: <text>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
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.