Common Operations

Keyword: CLICK

Description: This keyword or action instructs Avo Assure Client to perform a mouse left click on the object selected.

Find the snippet of the keyword below:

In the above example, the Avo Assure Client will click the specified object after the test case debug. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: DOUBLECLICK

Description: This keyword or action instructs Avo Assure Client to perform mouse left double click on the object selected.

Find the snippet of the keyword below:

In the above example, Avo Assure Client will double-click the specified object after the test case debug. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: MOUSEHOVER

Description: This keyword or action instructs Avo Assure Client to hover the mouse pointer on the object selected.

Find the snippet of the keyword below:

In the above example, Avo Assure Client will hover the mouse pointer on the specified object after the test case debug. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: SETFOCUS

Description: This keyword or action instructs Avo Assure Client to set the focus on the object selected.

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will set the focus on the specified object. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: VERIFYDISABLED

Description: This keyword or action instructs Avo Assure Client to verify if the selected objects are disabled.

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will verify if the specified object is disabled. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: VERIFYENABLED

Description: This keyword or action instructs Avo Assure Client to verify if the object selected is enabled.

Find the snippet of the keyword below:

In the above example, Avo Assure Client will verify if the specified object is enabled after the test case debug. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: VERIFYEXISTS

Description: This keyword or action instructs Avo Assure Client to verify the object's existence on the page.

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will verify the existence of the specified object. If an output variable is provided for execution status, “True”/ “False” will be stored in it.

Keyword: VERIFYHIDDEN

Description: This keyword or action instructs Avo Assure Client to verify if the object is hidden on the AUT page.

Find the snippet of the keyword below:

In the above example, after the test case debugs, Avo Assure Client will verify if the specified object is hidden, and the execution status, “True”/ “False,” will be stored in variable {hidden}.

Keyword: VERIFYVISIBLE

Description: This keyword or action instructs Avo Assure Client to verify if the object is visible on the page of AUT.

Find the snippet of the keyword below:

In the above example, after the test case debugs, Avo Assure Client will verify if the specified object is visible, and the execution status, “True”/ “False,” will be stored in variable {visible}.

Keyword: GETTOOLTIPTEXT

Description: This keyword or action instructs Avo Assure Client to fetch the title (tooltip) present on the object and save the results in the output variable.

Find the snippet of the keyword below:

In the above example, after the test case debugs, the operation will fetch the tooltip text and store it in variable {tooltip}. The execution status, “True”/ “False,” will be stored in variable {tooltipStatus}.

Keyword: VERIFYTOOLTIPTEXT

Description: This keyword or action instructs Avo Assure Client to verify if the title (tooltip) present on the object is the same as that specified in the input.

Find the snippet of the keyword below:

In the above example, after the test case debugs, the operation will verify the tooltip text, and the execution status, “True”/ “False,” will be stored in variable {verifyTool}.

Keyword: RIGHTCLICK

Description: This keyword or action instructs Avo Assure Client to perform a right-click on the specified object.

Find the snippet of the keyword below:

In the above example, after the test case debugs, it will perform a right-click on the object, and the execution status, “True”/ “False,” will be stored in variable {rightClick}.

Last updated