Common

Common folder contains attributes, triggers, page objects, components, etc. which are reused between features.

The most important sections of the common folder:

Basic sections of Common folder

  1. Attributes - contains Atata triggers and attributes specific for AAF. Use the example in the link to write your own custom attributes as needed.

  2. Components - contains common components and page objects used in other features (inputs with validation, base page with navigation bar)

  3. Controls - contains common custom controls used by page objects of different features.

  4. Fixtures - contains different fixtures used by other features

  5. Generators - contains different generators used by other features

Last updated

Was this helpful?