Button Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to fetch the button's name and save the result in the output field.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetButtonName
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the name of the button “SE11-Display_button” and store the value in {GBN}. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to verify the button's name.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyButtonName
<Input Text>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debugging, Avo Assure Client will verify the button's name with the value “Display” in the input field. If an output variable is provided for execution status, “True”/ “False” will be stored in it.
Description: This keyword or action instructs Avo Assure Client to fetch the status of the Radiobutton and save the results in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetStatus
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
In the above example, after the test case debug, Avo Assure Client will fetch the status of “Component_btn” and store the value in {getstatus}. If an output variable is provided for execution, the status “True”/ “False” will be stored.
Description: This keyword or action instructs Avo Assure Client to upload the specified file after clicking the upload component (button).
Keyword
Input Syntax
Output Syntax
Supported Input Formats
uploadFile
<filepath with extension>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
In the above example, after the test case debug, it uploads the specified file, and the execution status “True” / “False” will be stored in the output variable (if specified).