Comment on page
Textbox

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 a double click 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, a 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 a 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, a 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) |
|
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) |
|
Note: In order to provide encrypted text as input to the setSecureText keyword, the 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) |
|
Find the snippet of the keyword below:

For the above keyword, after the test case debug, the 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) |
|
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 perform a 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, the Click operation will be performed on the textbox and the execution status “True”/ “False” will be stored in the output variable (if specified).
Last modified 7mo ago