Select Value by Text

This ‘Select Value by Text’ is a pre-built Action located under the captured Element. It instructs the Avo Assure client select the value based on the given input text and store its status in the output variable as a true or false.

Syntax

Input: <Input value>

Note: The input value is text provided by the user.

  • Supported format: text

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

Use case/Example

Scenario: Testing Registration in an Education App

In this scenario, you are testing the registration process on an education app. Where you need to select options from dropdowns or menus by using the "Select Value by Text" method. For instance, you may choose a specific course or grade level. This approach ensures accuracy, allowing the user to successfully complete the registration with the correct

Input

B.tech

Expected Result

This action needs to fetch the given input text.

Output

The output variable {Status} contains True, which can be used display or further processing.

Last updated

Was this helpful?