6. verifyStyle Keyword

Why was this developed?

The web application type had no supported keyword to verify the CSS styles of an element (margin, alignment, color, etc.).

What is the Goal?

Avo Assure team has developed the keyword “verifyStyle,” which will verify the CSS styles of an element (margin, alignment, color, etc.) and validate the (R, G, B) values of the table cell if given in the input.

VerifyStyle

How does it Look?

How does it work?

Description: This keyword or action instructs Avo Assure Client to verify the CSS styles of an element and validate the (R, G, B) values if given in the input.

Keyword

Input Syntax

Output Syntax

Supported Format

VerifyStyle

<Styleattribute><StyleValue>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, it verifies the CSS styles of an element. It validates the (R, G, B) values, and the execution status “True” / “False” will be stored in the output variable (if specified).

VerifyStyle for Table

How does it Look?

How does it work?

Description: This keyword or action instructs Avo Assure Client to verify and validate the (R, G, B) values of the table cell if given in the input.

Keyword

Input Syntax

Output Syntax

Supported Format

VerifyStyle

<row>,<col>,<objectType> (Optional)<index>(Optional) <AttributeName><AttributeValue>

(Optional)

  • Text

  • Static Values

  • Dynamic Variables

Find the snippet of the keyword below:

In the above example, after the test case debug, it verifies and validates the (R, G, B) values of the table cell, and the execution status “True” / “False” will be stored in variable {output}.

How can I get this?

If the user upgrades to the latest version of Avo Assure to 23.2.2, this feature will be available automatically.

Last updated