Other Components

Keyword: GETTEXT

Description: This keyword or action instructs Avo Assure Client to fetch the element's text 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 operation will fetch the element text. The execution status “True”/ “False” will be stored in the second output variable (if specified).

Keyword: LONGPRESS

Description: This keyword or action instructs Avo Assure Client to perform a long press operation on the element.

Keyword

Input Syntax

Output Syntax

Supported Input Formats

LongPress

<Timeout> (Optional)

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

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 element, 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 click on the element.

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 element, and the execution “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 element text present 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 operation will verify the input text, 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 a click on the element.

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, a click operation will be performed on the element, and the execution status “True”/ “False” will be stored in the output variable (if specified).

Last updated