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.

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.

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.

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.

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.

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