Common_IRIS
Last updated
Last updated
Description: This keyword or action instructs ICE 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, 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 ICE 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, 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 ICE 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}
Text
Static Values
Dynamic Variables
Note:
Select 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 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 be from right to left by default.
When date is given as input option, it will recognize the test with 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 execution status “Fail”/ “Pass” will be stored in variable {Get}.
Description: This keyword or action instructs ICE to perform 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, 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 ICE 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 ICE to verify the text present in the IRIS object is the same as that present in the input field.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
verifyTextIris
<Input Text>
(optional)
Text
Static Values
Dynamic Variables
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 ICE 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 debug, 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 ICE 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 debug, 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 preceding the test step involving dropIris.
Description: This keyword or action instructs ICE 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 debug, 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.