Textbox

Keyword: CLEARTEXT

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

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.

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

Keyword: LONGPRESS

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

Keyword: PRESS

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

Keyword: SENDVALUE

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

Keyword

Input Syntax

Output Syntax

Supported Input Formats

SetSecureText

<Encrypted text>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

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.

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

Keyword: CLICK

Description: This keyword or action instructs Avo Assure Client 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 updated