Atata
1.10.0
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-Package Atata -Version 1.10.0
dotnet add package Atata --version 1.10.0
<PackageReference Include="Atata" Version="1.10.0" />
paket add Atata --version 1.10.0
#r "nuget: Atata, 1.10.0"
Release Notes
1.10.0 - https://atata.io/blog/2021/02/18/atata-1.10.0-released/
1.9.0 - https://atata.io/blog/2020/12/15/atata-1.9.0-released/
1.8.0 - https://atata.io/blog/2020/10/30/atata-1.8.0-released/
Dependencies
-
.NETFramework 4.0
- Atata.WebDriverExtras (>= 1.5.0)
- Selenium.WebDriver (>= 3.141.0)
-
.NETFramework 4.5
- Atata.WebDriverExtras (>= 1.5.0)
- Selenium.WebDriver (>= 3.141.0)
-
.NETFramework 4.6
- Atata.WebDriverExtras (>= 1.5.0)
- Selenium.WebDriver (>= 3.141.0)
-
.NETStandard 2.0
- Atata.WebDriverExtras (>= 1.5.0)
- Selenium.WebDriver (>= 3.141.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Atata:
Package | Downloads |
---|---|
Atata.Configuration.Json
C#/.NET package for Atata configuration through JSON files.
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
Atata.Configuration.Json on GitHub: https://github.com/atata-framework/atata-configuration-json
Atata Framework documentation: https://atata.io
Features:
- Full configuration of Atata context via JSON file
- Custom settings
- Multi-driver configuration
- Merged configuration via multiple files
- Multiple environments support
|
|
Atata.Bootstrap
C#/.NET package containing a set of Atata components for automated web testing integration with Bootstrap Framework.
Works with Bootstrap components of version 3.3 and 4.0+.
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
Atata.Bootstrap on GitHub: https://github.com/atata-framework/atata-bootstrap
Atata Framework documentation: https://atata-framework.github.io
|
|
Atata.KendoUI
C#/.NET package containing a set of Atata components for automated web testing integration with Kendo UI HTML Framework.
Works with Kendo UI components for jQuery, Angular, React, Vue, ASP.NET MVC and ASP.NET Core.
Supports .NET Framework 4.0+ and .NET Core/Standard 2.0+.
Atata.KendoUI on GitHub: https://github.com/atata-framework/atata-kendoui
Atata Framework documentation: https://atata.io
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.10.0 | 304 | 2/18/2021 |
1.9.0 | 2,461 | 12/15/2020 |
1.8.0 | 1,644 | 10/30/2020 |
1.7.0 | 3,872 | 8/27/2020 |
1.6.0 | 1,191 | 8/5/2020 |
1.5.0 | 33,787 | 4/23/2020 |
1.4.0 | 18,830 | 11/19/2019 |
1.3.0 | 5,721 | 9/17/2019 |
1.2.0 | 5,996 | 6/13/2019 |
1.1.0 | 23,231 | 5/2/2019 |
1.0.0 | 12,305 | 10/15/2018 |
0.17.0 | 14,961 | 5/31/2018 |
0.16.0 | 3,060 | 12/18/2017 |
0.15.0 | 2,016 | 10/12/2017 |
0.14.0 | 754 | 9/22/2017 |
0.13.0 | 2,347 | 6/27/2017 |
0.12.0 | 892 | 5/5/2017 |
0.11.4 | 967 | 2/20/2017 |
0.11.3 | 676 | 2/9/2017 |
0.11.2 | 654 | 2/2/2017 |
0.11.1 | 762 | 12/22/2016 |
0.11.0 | 945 | 11/28/2016 |