Atata
C#/.NET web UI test automation full featured framework based on Selenium WebDriver. Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+. Atata on GitHub: https://github.com/atata-framework/atata Atata Framework documentation: https://atata.io Features: - WebDriver. Based on Selenium WebDriver and preserves all its features. - Page Object Model. Provides unique fluent page object pattern that is easy to implement and maintain. - Components. Contains a rich set of ready to use components for inputs, tables, lists, etc. - Integration. Works on any .NET test engine (e.g. NUnit, xUnit, SpecFlow) as well as on CI systems like Jenkins, Azure DevOps or TeamCity. - Triggers. A bunch of triggers to bind with different events to extend component behavior. - Verification. A set of fluent assertion methods and triggers for the component and data verification. - Configurable. Defines the default component search strategies as well as additional settings. Atata.Configuration.Json provides flexible JSON configurations. - Reporting/Logging. Built-in customizable logging and screenshot capturing functionality. - Extensible. Atata.Bootstrap and Atata.KendoUI packages have a set of ready to use components. Framework supports any kind of extending.
Install
dotnet add package Atata --version 1.2.0
Install-Package Atata -Version 1.2.0
<PackageReference Include="Atata" Version="1.2.0" />
Frameworks
Dependencies
Adoption guide
A verified publisher signal is available. Assess fit from the package's supported frameworks, license and dependency graph rather than popularity alone.
Compatibility metadata lists 3 target frameworks; confirm the exact target used by your application.
How to read this guidance
Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.
Useful next steps
Move from package metadata to a concrete selection or review workflow.