Textbox
Last updated
Last updated
Description: This keyword or action instructs ICE to clear the text from the Textbox.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ClearText
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the text will be cleared from the textbox and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to get the text from the textbox and save the result in the output variable.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetText
NA
{Variable}; {Status}
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the text in the textbox will be fetched and stored in variable {Text} and the execution status “Fail”/ “Pass” will be stored in the second output variable (if specified).
Description: This keyword or action instructs ICE to perform long press on the visible button.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LongPress
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, long press operation will be performed on the textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to perform click on the textbox.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
Press
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, Press operation will be performed on the textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to send the individual keystrokes to the application.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SendValue
<Input text>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
For the above keyword, after the test case debug, send value operation will be performed on the textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to enter encrypted text in the textbox.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetSecureText
<Encrypted text>
(Optional)
Text
Static Values
Dynamic Variables
Note: In order to provide encrypted text as input to setSecureText keyword, user should encrypt the required text using “AES Encryption” from tool encryption utilities.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the decrypted text will be printed and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to enter the text in the text box in AUT.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetText
<Input text>
(Optional)
Text
Static Values
Dynamic Variables
Find the snippet of the keyword below:
For the above keyword, after the test case debug, specified text will be set in the textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to verify if the text present in the textbox is the same as that present in the input field.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyText
<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 by the user will be verified with the text in the textbox and the execution status “Fail”/ “Pass” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to verify that the textbox is read only.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyReadOnly
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the textbox will be verified if it is a read-only textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).
Description: This keyword or action instructs ICE to perform click on the textbox.
Keyword
Input Syntax
Output Syntax
Supported Input Formats
Click
NA
(Optional)
NA
Find the snippet of the keyword below:
For the above keyword, after the test case debug, Click operation will be performed on the textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).