Select checkbox
Description & Usage:
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to select the checkbox specified in the input.
Syntax:
Input: <ObjectType>;<VisibleText(Optional)>;<index>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Usecase/Example:
Scenario:
User is working on a desktop application for an online shopping platform where users can apply filters to search for products. One of the filters is a checkbox labelled "In Stock" that allows users to only show products that are currently available for purchase. User can successfully select this checkbox to apply the "In Stock" filter to ensure that the application filters the products to only show those that are available.
Testing Example:
Input:
checkbox;;5
Expected Result:
The Select checkbox Action needs to select the checkbox for "In Stock"
Output:
The Select checkbox Action checks the In Stock checkbox.
Last updated