Custom Property
Overview
Avo Assure supports automation for web applications by using built-in properties to identify on-screen elements. In addition to the eight default properties (e.g., Id, Attribute Name, Class Attribute), two extra fields- Custom 1 and Custom 2 are available for added flexibility.
These fields are useful when the application uses unique attributes (e.g., data-testid, maxlength) that are not part of the standard set, enabling more reliable element identification even when default properties vary.
Note: Custom 1 and Custom 2 only work for web applications.
Custom 1 – Standard Unique Identifier Property
Custom 1 is useful when your developers use a special property (like data-testid or custom-id) across the entire application to uniquely identify elements.
Instead of relying only on Avo Assure's default properties, you can use this custom field to find elements easily and consistently.
This makes your automation test cases more stable and easier to maintain.
Custom 2 – Manual Unique Identifier
Custom 2 lets you manually enter any unique or alternate property for an element.
It’s useful when none of the default properties or even Custom 1 helps in identifying the element.
You can enter any property that helps Avo recognize that specific element during testing.
Last updated
Was this helpful?