6. verifyStyle Keyword
Last updated
Last updated
The web application type had no supported keyword to verify the CSS styles of an element (margin, alignment, color, etc.).
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.
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) |
|
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).
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) |
|
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}.
If the user upgrades to the latest version of Avo Assure to 23.2.2, this feature will be available automatically.