Element Operations

Keyword: GETELEMENTTEXT

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:

In the above example, after the test case debug, Avo Assure Client will fetch the element “Element1” text and store the result in {ElementText} variable. If an output variable is provided for execution, the status “True”/ “False” will be stored.

Keyword: VERIFYELEMENTTEXT

Description: This keyword or action instructs Avo Assure Client to verify if the element text is the same as that given in the input column.

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will verify the element “Element1” text with the value provided in the input field. If an output variable is provided for execution, the status “True”/ “False” will be stored.

Keyword: GETICONNAME

Description: This keyword or action instructs Avo Assure Client to fetch the icon's name.

Find the snippet of the keyword below:

In the above example, after the test case debug, Avo Assure Client will fetch the icon's name and store it in {IconName}. If an output variable is provided for execution, the status “True”/ “False” will be stored.

Keyword: VERIFYICONNAME

Description: This keyword or action instructs Avo Assure Client to verify if the icon name is the same as that provided in the input field.

Find the snippet of the keyword below:

In the above example, after the test case debugging, Avo Assure Client will verify the icon name specified object with the given input. If an output variable is provided for execution, the status “True”/ “False” will be stored.

Last updated