Textbox

Keyword: CLEARTEXT

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).

Keyword: GETTEXT

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).

Keyword: LONGPRESS

Description: This keyword or action instructs Avo Assure Client to press the visible button long.

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).

Keyword: PRESS

Description: This keyword or action instructs Avo Assure Client to perform 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).

Keyword: SENDVALUE

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).

Keyword: SETSECURETEXT

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).

Keyword: SETTEXT

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 debugs, the specified text will be set in the textbox, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Keyword: VERIFYTEXT

Description: This keyword or action instructs Avo Assure Client to verify if the text in the textbox is the same as 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).

Keyword: VERIFYREADONLY

Description: This keyword or action instructs Avo Assure Client to verify that the textbox is read-only.

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).

Keyword: CLICK

Description: This keyword or action instructs Avo Assure Client to perform 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).

Last updated