Common Operations
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to perform a mouse left click on the object selected.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
Click | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to perform mouse left double click on the object selected.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
DoubleClick | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to hover the mouse pointer on the object selected.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
MouseHover | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to set the focus on the object selected.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
SetFocus | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to verify if the selected objects are disabled.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyDisabled | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to verify if the object selected is enabled.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyEnabled | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to verify the object's existence on the page.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
VerifyExists | NA | (Optional) | NA |
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.
Description: This keyword or action instructs Avo Assure Client to verify if the object is hidden on the AUT page.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyHidden | NA | (Optional) | NA |
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}.
Description: This keyword or action instructs Avo Assure Client to verify if the object is visible on the page of AUT.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyVisible | NA | (Optional) | NA |
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}.
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.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getToolTipText | NA | {Variable}; {Status} | NA |
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}.
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.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyToolTipText | <Input Text> | (Optional) |
|
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}.
Description: This keyword or action instructs Avo Assure Client to perform a right-click on the specified object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
rightClick | NA | (Optional) | NA |
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}.