Textbox
Last updated
Last updated
Description: This keyword or action instructs Avo Assure Client to clear the text from the Textbox.
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 Avo Assure Client to get the text from the textbox and save the result in the output variable.
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 Avo Assure Client to perform a double click on the visible button.
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 Avo Assure Client to perform a click on the textbox.
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 Avo Assure Client to send the individual keystrokes to the application.
Find the snippet of the keyword below:
For the above keyword, after the test case debug, the 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 Avo Assure Client to enter encrypted text in the textbox.
Note: 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 Avo Assure Client to enter the text in the text box in AUT.
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 Avo Assure Client to verify if the text present in the textbox is the same as that present in the input field.
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 Avo Assure Client to perform a click on the textbox.
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).
Keyword
Input Syntax
Output Syntax
Supported Input Formats
ClearText
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
GetText
NA
{Variable}; {Status}
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
LongPress
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
Press
NA
(Optional)
NA
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SendValue
<Input text>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetSecureText
<Encrypted text>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
SetText
<Input text>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
VerifyText
<Input Text>
(Optional)
Text
Static Values
Dynamic Variables
Keyword
Input Syntax
Output Syntax
Supported Input Formats
Click
NA
(Optional)
NA