Button
Keyword: GETBUTTONNAME
Description: This keyword or action instructs Avo Assure Client to fetch the button name.
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, the operation will fetch the button name and store it in variable {btn_name}. The execution status “True”/ “False” will be stored in variable {BtnStatus}.
Keyword: VERIFYBUTTONNAME
Description: This keyword or action instructs Avo Assure Client to check the name present on the button.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyButtonName | <Button Name> | (Optional) |
|
Find the snippet of the keyword below:
In the above example, after the test case debug, the operation will verify the button name, and the execution status “True” / “False” will be stored in variable {VerifyButtonName}.
Keyword: GETSTATUS
Description: This keyword or action instructs Avo Assure Client to get the status of the button.
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, the operation will fetch the button status and store it in variable {ButtonStatus}, and the execution status “True”/ “False” will be stored in variable {Status}.
Last updated