Button

Keyword: CLICK

Description: This keyword or action instructs Avo Assure Client to click the specified button.

Find the snippet of the keyword below:

In the above example, after the test case debug, the click operation will be performed on the button, and the execution status “True”/ “False” will be stored in the variable {Click}.

Keyword: DOUBLECLICK

Description: This keyword or action instructs Avo Assure Client to double-click the specified button.

Find the snippet of the keyword below:

In the above example, after the test case debug, a double click action will be performed on the button, and the execution status “True”/ “False” will be stored in the variable {DoubleClick}.

Keyword: GETBUTTONNAME

Description: This keyword or action instructs Avo Assure Client to fetch the button name and save the result in the output variable.

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 {GetButtonName}, and the execution status “True”/ “False” will be stored in variable {Status}.

Keyword: VERIFYBUTTONNAME

Description: This keyword or action instructs Avo Assure Client to verify the name present on the button.

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.

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