Common_IRIS
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to perform a click on the IRIS object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
clickIris | NA | (optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the click operation will be performed on the IRIS object, and the execution status “True”/ “False” will be stored in variable {click}.
Description: This keyword or action instructs Avo Assure Client to perform a double click on the IRIS object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
doubleClickIris | NA | (optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, a double click operation will be performed on the IRIS object, and the execution status “True”/ “False” will be stored in variable {doubleClick}.
Description: This keyword or action instructs Avo Assure Client to get the text from the IRIS object and save results in the output variable.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
getTextIris | Select or date (optional) | {Variable}; {Status} |
|
Note:
Selecting the option drags the mouse pointer and selects the content of the IRIS object. Select can be given as input along with the right or left option (select; right or select; left). To give select as input, the object should be selectable.
Select when given as input with the right option will drag the mouse pointer from right to left. Similarly, it will drag from left to right when the left option is given. When no option is provided, it will default from right to left.
When the date is given as an input option, it will recognize the test with a date or dates with “/” character(s) more accurately.
Find the snippet of the keyword below:
In the above example, after the test case debug, the text present in the IRIS object will be fetched and stored in variable {GetText}, and the execution status “Fail”/ “Pass” will be stored in variable {Get}.
Description: This keyword or action instructs Avo Assure Client to perform a right-click on the IRIS object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
rightClickIris | NA | (optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, a right-click operation will be performed on the IRIS object, and the execution status “True”/ “False” will be stored in variable {rightClick}.
Description: This keyword or action instructs Avo Assure Client to verify if the IRIS object exists on the AUT Screen.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyExistsIris | NA | (optional) | NA |
Find the snippet of the keyword below:
In the above example, after the test case debug, the IRIS object will be verified if it exists, and the execution status “True”/ “False” will be stored in variable {VerifyExists}.
Description: This keyword or action instructs Avo Assure Client to verify that the text in the IRIS object is the same as that in the input field.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
verifyTextIris | <Input Text> | (optional) |
|
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the text provided will be verified, and the execution status “Fail”/ “Pass” will be stored in variable {verify}.
Description: This keyword or action instructs Avo Assure Client to perform the mouse hover action over the center of an IRIS object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
mouseHoverIris | N/A | (optional) | N/A |
Find the snippet of the keyword below:
In the above example, after the test case debugs, the {Output} variable will contain a Boolean value depending on the status of action performed, that is, either “True/ False”.
Description: This keyword or action instructs Avo Assure Client to identify an IRIS element and perform the click-and-hold action on it to drag it.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
dragIris | N/A | (optional) | N/A |
Find the snippet of the keyword below:
In the above example, after the test case debugs, the {Output} variable will contain a Boolean value depending on the status of action performed, that is, either “True/ False”.
Note: This keyword should always precede the test step involving dropIris.
Description: This keyword or action instructs Avo Assure Client to drop the dragged object (object dragged using dragIris keyword) by performing the release option over the selected IRIS object.
Keyword | Input Syntax | Output Syntax | Supported Input Formats |
dropIris | N/A | (optional) | N/A |
Find the snippet of the keyword below:
In the above example, after the test case debugs, the {Output} variable will contain a Boolean value depending on the status of action performed, that is, either “True/False”.
Note: This keyword should always be used immediately after the test step involving dragIris.