
Atata - C#/.NET test automation framework
Nov 5, 2024 · Configurable Defines the default component search strategies as well as additional settings. Atata.Configuration.Json provides flexible JSON configurations.
Components - Atata
Example The example of popup component for Bootstrap’s Modal implemented in atata-framework/atata-bootstrap:
Getting Started - Atata
Atata Framework - C#/.NET web UI test automation full-featured framework based on Selenium WebDriver. It uses a fluent page object pattern; has a built-in logging system; contains a …
Tutorials - Atata
All sources of the tutorials are hosted on atata-framework/atata-samples GitHub repository. You can also find interesting atata-framework/atata-sample-app-tests GitHub repository …
Behaviors - Atata
There are different action behavior types that can be replaced with Atata predefined attributes or custom ones. Shortly, you can customize how to execute actions like click, hover, focus, set …
Verification of Page - Atata
Atata will execute the specified triggers during the navigation to the page object. Verify Using Dynamic Triggers And finally, you can add verification triggers dynamically. It is helpful when …
Triggers - Atata
Triggers A list of triggers to bind with different component events. General Trigger - is an attribute containing some functionality that is automatically executed in response to certain events on a …
Blog - Atata
Jul 30, 2024 · Atata 3.1.0 is released with async log section methods and upgrade of Selenium.WebDriver.
Upgrade to Atata 3
The first migration step is to ensure or upgrade your Atata to v2.14.1. Then fix all Atata warnings telling that some class/member is obsolete, as those items should be removed in v3.
Contact - Atata
Feel free to ask any questions regarding Atata Framework. Any feedback, issues and feature requests are welcome. You can ask a question on Stack Overflow using atata tag. If you faced …