Skip to main content
Atata package icon

Atata

C#/.NET web UI test automation full featured framework based on Selenium WebDriver. The package targets .NET Standard 2.0, which supports .NET 5+, .NET Framework 4.6.1+ 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.

Total Downloads
1.2M
1,214,364
Published
Oct 17, 2023
Latest stable version

Install

.NET CLI
dotnet add package Atata --version 2.11.0
Package Manager Console
Install-Package Atata -Version 2.11.0
PackageReference
<PackageReference Include="Atata" Version="2.11.0" />

Frameworks

.NETStandard2.0

Dependencies

Atata.WebDriverExtras
.NETStandard2.0
[2.3.0, )
Microsoft.CSharp
.NETStandard2.0
[4.7.0, )
Selenium.WebDriver
.NETStandard2.0
[4.14.1, )

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 1 target framework; 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.