Tutorials
- Basic web UI test project
How to create a basic web UI test project with a workflow test using Atata Framework - Verification of page
How to verify a web page data using different approaches of Atata Framework. - Verification of validation messages
How to verify validation messages on web pages using Atata Framework. - Handle confirmation popups
How to handle different confirmation popups using Atata Framework. - Complex configuration
How to configure multi-environment tests application using environment variables, .json and .runsettings files. - Multi-browser configuration via .runsettings files
How to configure multi-browser tests application using .runsettings files. - Multi-browser configuration via fixture arguments
How to configure multi-browser tests application using NUnit fixture arguments. - Reporting to ExtentReports
How to configure Atata reporting to ExtentReports.
Sample projects
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 representing automated tests application with 20+ different test cases.